home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / INFOPATH.NL-NL / INFLR.CAB / IPATHDSG.XML_1043 < prev    next >
Extensible Markup Language  |  2006-02-16  |  197KB  |  2,413 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>Microsoft.Office.Interop.InfoPath</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:Microsoft.Office.Interop.InfoPath._Application">
  8.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath._Application2"></see>.</summary>
  9.         </member>
  10.         <member name="M:Microsoft.Office.Interop.InfoPath._Application.Quit(System.Boolean)">
  11.             <summary>
  12.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  13.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath._Application2.Quit(System.Boolean)"></see>.</summary>
  14.         </member>
  15.         <member name="T:Microsoft.Office.Interop.InfoPath._Application2">
  16.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.Application"></see>.</summary>
  17.         </member>
  18.         <member name="M:Microsoft.Office.Interop.InfoPath._Application2.CacheSolution(System.String)">
  19.             <summary>Examines the form template in the cache and, if necessary, updates it from the published location of the form template.</summary>
  20.             <param name="bstrSolutionURI">Specifies the Uniform Resource Identifier (URI) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  21.         </member>
  22.         <member name="M:Microsoft.Office.Interop.InfoPath._Application2.FormatString(System.Object,System.String,System.String)">
  23.             <summary>Formats the specified string or XML node according to the specified category and options parameters.</summary>
  24.             <returns>The string formatted according to the specified category and options parameters.</returns>
  25.             <param name="bstrOptions">The value that specifies the options used for formatting. Takes the form of a case-sensitive string in the format "optionName:value".</param>
  26.             <param name="varInput">The value or XML node to be formatted.</param>
  27.             <param name="bstrCategory">The value that specifies the category used for formatting. Values include number, percentage, currency, date, time, and datetime.</param>
  28.         </member>
  29.         <member name="M:Microsoft.Office.Interop.InfoPath._Application2.IsDestinationReachable(System.String)">
  30.             <summary>Gets a value indicating whether the specified Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address of the destination computer can be connected to from the client computer.</summary>
  31.             <returns>true if the destination computer is reachable; otherwise, false.</returns>
  32.             <param name="bstrDestination">Specifies the location to check for network connectivity. IP addresses, a UNC paths, or a URLs are acceptable values.</param>
  33.         </member>
  34.         <member name="M:Microsoft.Office.Interop.InfoPath._Application2.NewADODBConnection">
  35.             <summary>Creates and gets a reference to an empty ActiveX Data Objects (ADO) Connection object.</summary>
  36.             <returns>A reference to an ADO Connection object.</returns>
  37.         </member>
  38.         <member name="M:Microsoft.Office.Interop.InfoPath._Application2.NewADODBRecordset">
  39.             <summary>Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object.</summary>
  40.             <returns>A reference to an empty ActiveX Data Objects (ADO) Recordset object.</returns>
  41.         </member>
  42.         <member name="M:Microsoft.Office.Interop.InfoPath._Application2.Quit(System.Boolean)">
  43.             <summary>Quits the Microsoft Office InfoPath 2007 application.</summary>
  44.             <param name="bForce">Determines whether open forms will be saved during the quit operation. If set to false, all forms will be closed without saving, even if the data in the forms has been changed. If set to true, the user will be prompted to save the forms. Default value is false.</param>
  45.         </member>
  46.         <member name="M:Microsoft.Office.Interop.InfoPath._Application2.RegisterSolution(System.String,System.String)">
  47.             <summary>Installs the specified Microsoft Office InfoPath form template.</summary>
  48.             <param name="bstrSolutionURL">Specifies the Uniform Resource Locator (URL) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  49.             <param name="bstrBehavior">Specifies how the form template is to be installed. Default value is "overwrite". The only other valid value for this parameter is "new-only".</param>
  50.         </member>
  51.         <member name="M:Microsoft.Office.Interop.InfoPath._Application2.UnregisterSolution(System.String)">
  52.             <summary>Uninstalls the specified Microsoft Office InfoPath 2007 form template.</summary>
  53.             <param name="bstrSolutionURI">Specifies the Uniform Resource Identifier (URI) of the form template.</param>
  54.         </member>
  55.         <member name="T:Microsoft.Office.Interop.InfoPath._ButtonEventSink">
  56.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  57.         </member>
  58.         <member name="M:Microsoft.Office.Interop.InfoPath._ButtonEventSink.OnClick(Microsoft.Office.Interop.InfoPath.DocActionEventObject)">
  59.             <summary>
  60.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  61.                                                 </summary>
  62.         </member>
  63.         <member name="T:Microsoft.Office.Interop.InfoPath._ButtonEventSink_Event">
  64.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  65.         </member>
  66.         <member name="E:Microsoft.Office.Interop.InfoPath._ButtonEventSink_Event.OnClick">
  67.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  68.         </member>
  69.         <member name="M:Microsoft.Office.Interop.InfoPath._ButtonEventSink_Event.add_OnClick(Microsoft.Office.Interop.InfoPath._ButtonEventSink_OnClickEventHandler)">
  70.             <summary>
  71.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  72.                                                 </summary>
  73.         </member>
  74.         <member name="M:Microsoft.Office.Interop.InfoPath._ButtonEventSink_Event.remove_OnClick(Microsoft.Office.Interop.InfoPath._ButtonEventSink_OnClickEventHandler)">
  75.             <summary>
  76.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  77.                                                 </summary>
  78.         </member>
  79.         <member name="T:Microsoft.Office.Interop.InfoPath._ButtonEventSink_OnClickEventHandler">
  80.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  81.         </member>
  82.         <member name="T:Microsoft.Office.Interop.InfoPath._ButtonEventSink_SinkHelper">
  83.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  84.         </member>
  85.         <member name="F:Microsoft.Office.Interop.InfoPath._ButtonEventSink_SinkHelper.m_dwCookie">
  86.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  87.         </member>
  88.         <member name="F:Microsoft.Office.Interop.InfoPath._ButtonEventSink_SinkHelper.m_OnClickDelegate">
  89.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  90.         </member>
  91.         <member name="M:Microsoft.Office.Interop.InfoPath._ButtonEventSink_SinkHelper.OnClick(Microsoft.Office.Interop.InfoPath.DocActionEventObject)">
  92.             <summary>
  93.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  94.                                                 </summary>
  95.         </member>
  96.         <member name="T:Microsoft.Office.Interop.InfoPath._DataDOMEventSink">
  97.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  98.         </member>
  99.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink.OnAfterChange(Microsoft.Office.Interop.InfoPath.DataDOMEventObject)">
  100.             <summary>
  101.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  102.                                                 </summary>
  103.         </member>
  104.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink.OnBeforeChange(Microsoft.Office.Interop.InfoPath.DataDOMEventObject)">
  105.             <summary>
  106.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  107.                                                 </summary>
  108.         </member>
  109.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink.OnValidate(Microsoft.Office.Interop.InfoPath.DataDOMEventObject)">
  110.             <summary>
  111.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  112.                                                 </summary>
  113.         </member>
  114.         <member name="T:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event">
  115.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  116.         </member>
  117.         <member name="E:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.OnAfterChange">
  118.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  119.         </member>
  120.         <member name="E:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.OnBeforeChange">
  121.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  122.         </member>
  123.         <member name="E:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.OnValidate">
  124.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  125.         </member>
  126.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.add_OnAfterChange(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnAfterChangeEventHandler)">
  127.             <summary>
  128.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  129.                                                 </summary>
  130.         </member>
  131.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.add_OnBeforeChange(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnBeforeChangeEventHandler)">
  132.             <summary>
  133.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  134.                                                 </summary>
  135.         </member>
  136.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.add_OnValidate(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnValidateEventHandler)">
  137.             <summary>
  138.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  139.                                                 </summary>
  140.         </member>
  141.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.remove_OnAfterChange(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnAfterChangeEventHandler)">
  142.             <summary>
  143.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  144.                                                 </summary>
  145.         </member>
  146.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.remove_OnBeforeChange(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnBeforeChangeEventHandler)">
  147.             <summary>
  148.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  149.                                                 </summary>
  150.         </member>
  151.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_Event.remove_OnValidate(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnValidateEventHandler)">
  152.             <summary>
  153.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  154.                                                 </summary>
  155.         </member>
  156.         <member name="T:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnAfterChangeEventHandler">
  157.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  158.         </member>
  159.         <member name="T:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnBeforeChangeEventHandler">
  160.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  161.         </member>
  162.         <member name="T:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnValidateEventHandler">
  163.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  164.         </member>
  165.         <member name="T:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_SinkHelper">
  166.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  167.         </member>
  168.         <member name="F:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_SinkHelper.m_dwCookie">
  169.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  170.         </member>
  171.         <member name="F:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_SinkHelper.m_OnAfterChangeDelegate">
  172.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  173.         </member>
  174.         <member name="F:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_SinkHelper.m_OnBeforeChangeDelegate">
  175.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  176.         </member>
  177.         <member name="F:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_SinkHelper.m_OnValidateDelegate">
  178.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  179.         </member>
  180.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_SinkHelper.OnAfterChange(Microsoft.Office.Interop.InfoPath.DataDOMEventObject)">
  181.             <summary>
  182.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  183.                                                 </summary>
  184.         </member>
  185.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_SinkHelper.OnBeforeChange(Microsoft.Office.Interop.InfoPath.DataDOMEventObject)">
  186.             <summary>
  187.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  188.                                                 </summary>
  189.         </member>
  190.         <member name="M:Microsoft.Office.Interop.InfoPath._DataDOMEventSink_SinkHelper.OnValidate(Microsoft.Office.Interop.InfoPath.DataDOMEventObject)">
  191.             <summary>
  192.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  193.                                                 </summary>
  194.         </member>
  195.         <member name="T:Microsoft.Office.Interop.InfoPath._ExternalApplication">
  196.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.ExternalApplication"></see>.</summary>
  197.         </member>
  198.         <member name="M:Microsoft.Office.Interop.InfoPath._ExternalApplication.CacheSolution(System.String)">
  199.             <summary>Examines the form template in the cache and, if necessary, updates it from the published location of the form template.</summary>
  200.             <param name="bstrSolutionURI">The string value that specifies the Uniform Resource Identifier (URI) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  201.         </member>
  202.         <member name="M:Microsoft.Office.Interop.InfoPath._ExternalApplication.Close(System.String)">
  203.             <summary>Closes the specified Microsoft Office InfoPath 2007 form.</summary>
  204.             <param name="bstrDocumentURI">The string value that specifies the Uniform Resource Identifier (URI) of a form.</param>
  205.         </member>
  206.         <member name="M:Microsoft.Office.Interop.InfoPath._ExternalApplication.New(System.String,System.Int32)">
  207.             <summary>Creates a new Microsoft Office InfoPath 2007 form based on a specified form.</summary>
  208.             <param name="dwBehavior">Default value is 1. Specifies how the form should be opened. The values are based on the <see cref="T:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode"></see> enumeration.</param>
  209.             <param name="bstrDocumentURI">The string value that specifies the Uniform Resource Identifier (URI) of a form.</param>
  210.         </member>
  211.         <member name="M:Microsoft.Office.Interop.InfoPath._ExternalApplication.NewFromSolution(System.String)">
  212.             <summary>Creates a new Microsoft Office InfoPath 2007 form based on the specified form template.</summary>
  213.             <param name="bstrSolutionURI">The string value that specifies the Uniform Resource Identifier (URI) of a form template.</param>
  214.         </member>
  215.         <member name="M:Microsoft.Office.Interop.InfoPath._ExternalApplication.Open(System.String,System.Int32)">
  216.             <summary>Opens the specified Microsoft Office InfoPath 2007 form.</summary>
  217.             <param name="dwBehavior">Default value is 1. Specifies how the form should be opened. The values are based on the <see cref="T:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode"></see> enumeration.</param>
  218.             <param name="bstrDocumentURI">The string value that specifies the Uniform Resource Identifier (URI) of a form.</param>
  219.         </member>
  220.         <member name="M:Microsoft.Office.Interop.InfoPath._ExternalApplication.Quit">
  221.             <summary>Quits the Microsoft Office InfoPath 2007 application.</summary>
  222.         </member>
  223.         <member name="M:Microsoft.Office.Interop.InfoPath._ExternalApplication.RegisterSolution(System.String,System.String)">
  224.             <summary>Installs the specified Microsoft Office InfoPath 2007 form template.</summary>
  225.             <param name="bstrSolutionURL">Specifies the Uniform Resource Locator (URL) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  226.             <param name="bstrBehavior">Default value is overwrite. Specifies how the form template is to be installed. The only other valid value for this parameter is new-only.</param>
  227.         </member>
  228.         <member name="M:Microsoft.Office.Interop.InfoPath._ExternalApplication.UnregisterSolution(System.String)">
  229.             <summary>Uninstalls the specified Microsoft Office InfoPath 2007 form template.</summary>
  230.             <param name="bstrSolutionURI">The string value that specifies the Uniform Resource Identifier (URI) of the form template.</param>
  231.         </member>
  232.         <member name="T:Microsoft.Office.Interop.InfoPath._IXDOverride">
  233.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  234.         </member>
  235.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Alert">
  236.             <summary>
  237.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  238.                                                 </summary>
  239.         </member>
  240.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Close">
  241.             <summary>
  242.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  243.                                                 </summary>
  244.         </member>
  245.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Count">
  246.             <summary>
  247.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  248.                                                 </summary>
  249.         </member>
  250.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.ErrorCode">
  251.             <summary>
  252.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  253.                                                 </summary>
  254.         </member>
  255.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Execute">
  256.             <summary>
  257.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  258.                                                 </summary>
  259.         </member>
  260.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Extension">
  261.             <summary>
  262.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  263.                                                 </summary>
  264.         </member>
  265.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.GetAttribute">
  266.             <summary>
  267.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  268.                                                 </summary>
  269.         </member>
  270.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.InsertBefore">
  271.             <summary>
  272.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  273.                                                 </summary>
  274.         </member>
  275.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Item">
  276.             <summary>
  277.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  278.                                                 </summary>
  279.         </member>
  280.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Name">
  281.             <summary>
  282.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  283.                                                 </summary>
  284.         </member>
  285.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Navigate">
  286.             <summary>
  287.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  288.                                                 </summary>
  289.         </member>
  290.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Node">
  291.             <summary>
  292.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  293.                                                 </summary>
  294.         </member>
  295.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Offset">
  296.             <summary>
  297.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  298.                                                 </summary>
  299.         </member>
  300.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Open">
  301.             <summary>
  302.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  303.                                                 </summary>
  304.         </member>
  305.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Parent">
  306.             <summary>
  307.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  308.                                                 </summary>
  309.         </member>
  310.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Refresh">
  311.             <summary>
  312.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  313.                                                 </summary>
  314.         </member>
  315.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Save">
  316.             <summary>
  317.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  318.                                                 </summary>
  319.         </member>
  320.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.SetAttribute">
  321.             <summary>
  322.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  323.                                                 </summary>
  324.         </member>
  325.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Source">
  326.             <summary>
  327.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  328.                                                 </summary>
  329.         </member>
  330.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Type">
  331.             <summary>
  332.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  333.                                                 </summary>
  334.         </member>
  335.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.URI">
  336.             <summary>
  337.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  338.                                                 </summary>
  339.         </member>
  340.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Version">
  341.             <summary>
  342.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  343.                                                 </summary>
  344.         </member>
  345.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Visible">
  346.             <summary>
  347.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  348.                                                 </summary>
  349.         </member>
  350.         <member name="M:Microsoft.Office.Interop.InfoPath._IXDOverride.Window">
  351.             <summary>
  352.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  353.                                                 </summary>
  354.         </member>
  355.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocument">
  356.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath._XDocument2"></see>.</summary>
  357.         </member>
  358.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument.ImportFile(System.String)">
  359.             <summary>
  360.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  361.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath._XDocument2.ImportFile(System.String)"></see>.</summary>
  362.         </member>
  363.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument.PrintOut">
  364.             <summary>
  365.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  366.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath._XDocument2.PrintOut"></see>.</summary>
  367.         </member>
  368.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument.Query">
  369.             <summary>
  370.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  371.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath._XDocument2.Query"></see>.</summary>
  372.         </member>
  373.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument.Save">
  374.             <summary>
  375.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  376.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath._XDocument2.Save"></see>.</summary>
  377.         </member>
  378.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument.SaveAs(System.String)">
  379.             <summary>
  380.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  381.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath._XDocument2.SaveAs(System.String)"></see>.</summary>
  382.         </member>
  383.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument.SetDataVariable(System.Int32,System.String)">
  384.             <summary>
  385.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  386.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath._XDocument2.SetDataVariable(System.Int32,System.String)"></see>.</summary>
  387.         </member>
  388.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument.Submit">
  389.             <summary>
  390.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  391.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath._XDocument2.Submit"></see>.</summary>
  392.         </member>
  393.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocument2">
  394.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.XDocument"></see>.</summary>
  395.         </member>
  396.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.CreateDOM">
  397.             <summary>Creates a new instance of the XML Document Object Model (DOM) in memory.</summary>
  398.             <returns>An IXMLDOMDocument of the new instance of the XML Document Object Model (DOM).</returns>
  399.         </member>
  400.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.GetDataVariable(System.Int32)">
  401.             <summary>Gets the value of the specified variable, which is a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</summary>
  402.             <returns>The value of the specified variable, which is a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</returns>
  403.             <param name="lVariableNumber">The number of the variable.</param>
  404.         </member>
  405.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.GetDOM(System.String)">
  406.             <summary>Gets a reference to the XML Document Object Model (DOM) of the specified <see cref="T:Microsoft.Office.Interop.InfoPath.DataSourceObject"></see> object associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.XDocument"></see> object.</summary>
  407.             <returns>An IXMLDOMDocument of the XML Document Object Model (DOM) of the specified DataObject object associated with the XDocument object.</returns>
  408.             <param name="bstrName">The name of a DataObject object</param>
  409.         </member>
  410.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.GetNamedNodeProperty(System.Object,System.String,System.String)">
  411.             <summary>Gets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source.</summary>
  412.             <returns>The named property for the specified XML node, which must be a nonattribute node in the main data source.</returns>
  413.             <param name="varMainDOMNode">An XML node corresponding to a nonattribute node in the main data source, for which a named property is to be returned.</param>
  414.             <param name="bstrDefaultValue">Specifies the default value to be returned if the property has not been set.</param>
  415.             <param name="bstrPropertyName">Specifies the name of the property whose value is to be returned.</param>
  416.         </member>
  417.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.ImportDOM(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMDocument)">
  418.             <summary>Imports the specified XML data into the current form.</summary>
  419.             <param name="pxDoc">The XML data that is to be imported (merged) into the currently open form.</param>
  420.         </member>
  421.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.ImportFile(System.String)">
  422.             <summary>Imports the specified form into the current form.</summary>
  423.             <param name="bstrFileURI">The Uniform Resource Identifier (URI) of the form that is to be imported (merged) into the currently open form.</param>
  424.         </member>
  425.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.PrintOut">
  426.             <summary>Prints the form content as it is rendered in the window corresponding to the form's active view.</summary>
  427.         </member>
  428.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.Query">
  429.             <summary>Retrieves data from a form's associated data adapter object and stores the data in the form's underlying XML Document Object Model (DOM).</summary>
  430.         </member>
  431.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.Save">
  432.             <summary>Saves the form to the Uniform Resource Locator (URL) that it is currently associated with.</summary>
  433.         </member>
  434.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.SaveAs(System.String)">
  435.             <summary>Saves the form to the specified Uniform Resource Locator (URL).</summary>
  436.             <param name="bstrFileUrl">The URL address that the form should be saved to.</param>
  437.         </member>
  438.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.SetDataVariable(System.Int32,System.String)">
  439.             <summary>Sets the value of a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</summary>
  440.             <param name="bstrVariableValue">The value of the variable.</param>
  441.             <param name="lVariableNumber">The number of the variable.</param>
  442.         </member>
  443.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.SetDirty(System.Boolean)">
  444.             <summary>Sets the <see cref="P:Microsoft.Office.Interop.InfoPath._XDocument2.IsDirty"></see> property for the <see cref="T:Microsoft.Office.Interop.InfoPath.XDocument"></see> object, which indicates whether the data in a Microsoft Office InfoPath 2003 form has been modified since it was last saved.</summary>
  445.             <param name="vfIsDirty">Specifies whether the form is to be marked as unmodified or not.</param>
  446.         </member>
  447.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.SetNamedNodeProperty(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode,System.String,System.String)">
  448.             <summary>Sets the value of a named property for the supplied XML node, which must be a nonattribute node in the main data source.</summary>
  449.             <param name="bstrPropertyName">Specifies the name of the property being set.</param>
  450.             <param name="bstrValue">Specifies the value to which the property will be set.</param>
  451.             <param name="pxmlMainDOMNode">An XML node corresponding to a nonattribute node in the main data source, for which a named property is to be set.</param>
  452.         </member>
  453.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocument2.Submit">
  454.             <summary>Executes the predefined submit operation in a Microsoft Office InfoPath 2003 form.</summary>
  455.         </member>
  456.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink">
  457.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  458.         </member>
  459.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink.OnAfterImport(Microsoft.Office.Interop.InfoPath.DocEvent)">
  460.             <summary>
  461.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  462.                                                 </summary>
  463.         </member>
  464.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink.OnLoad(Microsoft.Office.Interop.InfoPath.DocReturnEvent)">
  465.             <summary>
  466.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  467.                                                 </summary>
  468.         </member>
  469.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink.OnSubmitRequest(Microsoft.Office.Interop.InfoPath.DocReturnEvent)">
  470.             <summary>
  471.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  472.                                                 </summary>
  473.         </member>
  474.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink.OnSwitchView(Microsoft.Office.Interop.InfoPath.DocEvent)">
  475.             <summary>
  476.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  477.                                                 </summary>
  478.         </member>
  479.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink.OnVersionUpgrade(Microsoft.Office.Interop.InfoPath.VersionUpgradeEventObject)">
  480.             <summary>
  481.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  482.                                                 </summary>
  483.         </member>
  484.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2">
  485.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  486.         </member>
  487.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnAfterImport(Microsoft.Office.Interop.InfoPath.DocEvent)">
  488.             <summary>
  489.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  490.                                                 </summary>
  491.         </member>
  492.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnContextChange(Microsoft.Office.Interop.InfoPath.DocContextChangeEventObject)">
  493.             <summary>
  494.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  495.                                                 </summary>
  496.         </member>
  497.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnLoad(Microsoft.Office.Interop.InfoPath.DocReturnEvent)">
  498.             <summary>
  499.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  500.                                                 </summary>
  501.         </member>
  502.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnMergeRequest(Microsoft.Office.Interop.InfoPath.MergeEventObject)">
  503.             <summary>
  504.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  505.                                                 </summary>
  506.         </member>
  507.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnSaveRequest(Microsoft.Office.Interop.InfoPath.SaveEventObject)">
  508.             <summary>
  509.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  510.                                                 </summary>
  511.         </member>
  512.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnSign(Microsoft.Office.Interop.InfoPath.SignEventObject)">
  513.             <summary>
  514.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  515.                                                 </summary>
  516.         </member>
  517.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnSubmitRequest(Microsoft.Office.Interop.InfoPath.DocReturnEvent)">
  518.             <summary>
  519.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  520.                                                 </summary>
  521.         </member>
  522.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnSwitchView(Microsoft.Office.Interop.InfoPath.DocEvent)">
  523.             <summary>
  524.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  525.                                                 </summary>
  526.         </member>
  527.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2.OnVersionUpgrade(Microsoft.Office.Interop.InfoPath.VersionUpgradeEventObject)">
  528.             <summary>
  529.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  530.                                                 </summary>
  531.         </member>
  532.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event">
  533.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  534.         </member>
  535.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnAfterImport">
  536.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  537.         </member>
  538.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnContextChange">
  539.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  540.         </member>
  541.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnLoad">
  542.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  543.         </member>
  544.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnMergeRequest">
  545.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  546.         </member>
  547.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnSaveRequest">
  548.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  549.         </member>
  550.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnSign">
  551.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  552.         </member>
  553.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnSubmitRequest">
  554.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  555.         </member>
  556.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnSwitchView">
  557.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  558.         </member>
  559.         <member name="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnVersionUpgrade">
  560.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  561.         </member>
  562.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnAfterImport(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnAfterImportEventHandler)">
  563.             <summary>
  564.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  565.                                                 </summary>
  566.         </member>
  567.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnContextChange(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnContextChangeEventHandler)">
  568.             <summary>
  569.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  570.                                                 </summary>
  571.         </member>
  572.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnLoad(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnLoadEventHandler)">
  573.             <summary>
  574.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  575.                                                 </summary>
  576.         </member>
  577.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnMergeRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnMergeRequestEventHandler)">
  578.             <summary>
  579.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  580.                                                 </summary>
  581.         </member>
  582.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnSaveRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSaveRequestEventHandler)">
  583.             <summary>
  584.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  585.                                                 </summary>
  586.         </member>
  587.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnSign(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSignEventHandler)">
  588.             <summary>
  589.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  590.                                                 </summary>
  591.         </member>
  592.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnSubmitRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSubmitRequestEventHandler)">
  593.             <summary>
  594.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  595.                                                 </summary>
  596.         </member>
  597.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnSwitchView(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSwitchViewEventHandler)">
  598.             <summary>
  599.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  600.                                                 </summary>
  601.         </member>
  602.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.add_OnVersionUpgrade(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnVersionUpgradeEventHandler)">
  603.             <summary>
  604.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  605.                                                 </summary>
  606.         </member>
  607.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnAfterImport(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnAfterImportEventHandler)">
  608.             <summary>
  609.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  610.                                                 </summary>
  611.         </member>
  612.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnContextChange(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnContextChangeEventHandler)">
  613.             <summary>
  614.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  615.                                                 </summary>
  616.         </member>
  617.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnLoad(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnLoadEventHandler)">
  618.             <summary>
  619.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  620.                                                 </summary>
  621.         </member>
  622.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnMergeRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnMergeRequestEventHandler)">
  623.             <summary>
  624.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  625.                                                 </summary>
  626.         </member>
  627.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnSaveRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSaveRequestEventHandler)">
  628.             <summary>
  629.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  630.                                                 </summary>
  631.         </member>
  632.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnSign(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSignEventHandler)">
  633.             <summary>
  634.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  635.                                                 </summary>
  636.         </member>
  637.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnSubmitRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSubmitRequestEventHandler)">
  638.             <summary>
  639.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  640.                                                 </summary>
  641.         </member>
  642.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnSwitchView(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSwitchViewEventHandler)">
  643.             <summary>
  644.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  645.                                                 </summary>
  646.         </member>
  647.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.remove_OnVersionUpgrade(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnVersionUpgradeEventHandler)">
  648.             <summary>
  649.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  650.                                                 </summary>
  651.         </member>
  652.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnAfterImportEventHandler">
  653.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  654.         </member>
  655.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnContextChangeEventHandler">
  656.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  657.         </member>
  658.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnLoadEventHandler">
  659.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  660.         </member>
  661.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnMergeRequestEventHandler">
  662.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  663.         </member>
  664.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSaveRequestEventHandler">
  665.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  666.         </member>
  667.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSignEventHandler">
  668.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  669.         </member>
  670.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSubmitRequestEventHandler">
  671.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  672.         </member>
  673.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSwitchViewEventHandler">
  674.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  675.         </member>
  676.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnVersionUpgradeEventHandler">
  677.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  678.         </member>
  679.         <member name="T:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper">
  680.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  681.         </member>
  682.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_dwCookie">
  683.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  684.         </member>
  685.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnAfterImportDelegate">
  686.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  687.         </member>
  688.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnContextChangeDelegate">
  689.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  690.         </member>
  691.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnLoadDelegate">
  692.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  693.         </member>
  694.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnMergeRequestDelegate">
  695.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  696.         </member>
  697.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnSaveRequestDelegate">
  698.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  699.         </member>
  700.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnSignDelegate">
  701.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  702.         </member>
  703.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnSubmitRequestDelegate">
  704.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  705.         </member>
  706.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnSwitchViewDelegate">
  707.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  708.         </member>
  709.         <member name="F:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.m_OnVersionUpgradeDelegate">
  710.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  711.         </member>
  712.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnAfterImport(Microsoft.Office.Interop.InfoPath.DocEvent)">
  713.             <summary>
  714.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  715.                                                 </summary>
  716.         </member>
  717.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnContextChange(Microsoft.Office.Interop.InfoPath.DocContextChangeEventObject)">
  718.             <summary>
  719.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  720.                                                 </summary>
  721.         </member>
  722.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnLoad(Microsoft.Office.Interop.InfoPath.DocReturnEvent)">
  723.             <summary>
  724.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  725.                                                 </summary>
  726.         </member>
  727.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnMergeRequest(Microsoft.Office.Interop.InfoPath.MergeEventObject)">
  728.             <summary>
  729.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  730.                                                 </summary>
  731.         </member>
  732.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnSaveRequest(Microsoft.Office.Interop.InfoPath.SaveEventObject)">
  733.             <summary>
  734.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  735.                                                 </summary>
  736.         </member>
  737.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnSign(Microsoft.Office.Interop.InfoPath.SignEventObject)">
  738.             <summary>
  739.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  740.                                                 </summary>
  741.         </member>
  742.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnSubmitRequest(Microsoft.Office.Interop.InfoPath.DocReturnEvent)">
  743.             <summary>
  744.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  745.                                                 </summary>
  746.         </member>
  747.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnSwitchView(Microsoft.Office.Interop.InfoPath.DocEvent)">
  748.             <summary>
  749.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  750.                                                 </summary>
  751.         </member>
  752.         <member name="M:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_SinkHelper.OnVersionUpgrade(Microsoft.Office.Interop.InfoPath.VersionUpgradeEventObject)">
  753.             <summary>
  754.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  755.                                                 </summary>
  756.         </member>
  757.         <member name="T:Microsoft.Office.Interop.InfoPath.ADOAdapter">
  758.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.ADOAdapter2"></see>.</summary>
  759.         </member>
  760.         <member name="T:Microsoft.Office.Interop.InfoPath.ADOAdapter2">
  761.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.ADOAdapterObject"></see>.</summary>
  762.         </member>
  763.         <member name="M:Microsoft.Office.Interop.InfoPath.ADOAdapter2.BuildSQLFromXMLNodes(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode)">
  764.             <summary>Returns a SQL command text fragment using the specified XML node.</summary>
  765.             <returns>A SQL command text fragment.</returns>
  766.             <param name="pXmlNode">The XML node to be converted to an SQL fragment.</param>
  767.         </member>
  768.         <member name="M:Microsoft.Office.Interop.InfoPath.ADOAdapter2.Query">
  769.             <summary>Reads data from the associated data adapter.</summary>
  770.         </member>
  771.         <member name="M:Microsoft.Office.Interop.InfoPath.ADOAdapter2.Submit">
  772.             <summary>Executes the submit operation on the associated data adapter.</summary>
  773.         </member>
  774.         <member name="T:Microsoft.Office.Interop.InfoPath.ADOAdapterObject">
  775.             <summary>Represents a connection to a Microsoft ActiveX Data Objects/OLEDB data source.</summary>
  776.         </member>
  777.         <member name="T:Microsoft.Office.Interop.InfoPath.ADOAdapterObjectClass">
  778.             <summary>BP5Text</summary>
  779.         </member>
  780.         <member name="M:Microsoft.Office.Interop.InfoPath.ADOAdapterObjectClass.ADOAdapter_set_Command(System.String)">
  781.             <summary>BP5Text</summary>
  782.         </member>
  783.         <member name="M:Microsoft.Office.Interop.InfoPath.ADOAdapterObjectClass.ADOAdapter_set_Connection(System.String)">
  784.             <summary>BP5Text</summary>
  785.         </member>
  786.         <member name="M:Microsoft.Office.Interop.InfoPath.ADOAdapterObjectClass.ADOAdapter_set_Timeout(System.Int32)">
  787.             <summary>BP5Text</summary>
  788.         </member>
  789.         <member name="M:Microsoft.Office.Interop.InfoPath.ADOAdapterObjectClass.Query">
  790.             <summary>BP5Text</summary>
  791.         </member>
  792.         <member name="M:Microsoft.Office.Interop.InfoPath.ADOAdapterObjectClass.Submit">
  793.             <summary>BP5Text</summary>
  794.         </member>
  795.         <member name="T:Microsoft.Office.Interop.InfoPath.Application">
  796.             <summary>Represents the Microsoft Office InfoPath 2007 application.</summary>
  797.         </member>
  798.         <member name="T:Microsoft.Office.Interop.InfoPath.ApplicationClass">
  799.             <summary>BP5Text</summary>
  800.         </member>
  801.         <member name="M:Microsoft.Office.Interop.InfoPath.ApplicationClass.#ctor">
  802.             <summary>BP5Text</summary>
  803.         </member>
  804.         <member name="M:Microsoft.Office.Interop.InfoPath.ApplicationClass._Application_Quit(System.Boolean)">
  805.             <summary>BP5Text</summary>
  806.         </member>
  807.         <member name="M:Microsoft.Office.Interop.InfoPath.ApplicationClass.CacheSolution(System.String)">
  808.             <summary>BP5Text</summary>
  809.         </member>
  810.         <member name="M:Microsoft.Office.Interop.InfoPath.ApplicationClass.Quit(System.Boolean)">
  811.             <summary>BP5Text</summary>
  812.         </member>
  813.         <member name="M:Microsoft.Office.Interop.InfoPath.ApplicationClass.RegisterSolution(System.String,System.String)">
  814.             <summary>BP5Text</summary>
  815.         </member>
  816.         <member name="M:Microsoft.Office.Interop.InfoPath.ApplicationClass.UnregisterSolution(System.String)">
  817.             <summary>BP5Text</summary>
  818.         </member>
  819.         <member name="T:Microsoft.Office.Interop.InfoPath.Button">
  820.             <summary>The Button object is the Microsoft Office InfoPath 2007 object that is used to implement the <see cref="T:Microsoft.Office.Interop.InfoPath._ButtonEventSink"></see> event that is associated with a button on an InfoPath form. </summary>
  821.         </member>
  822.         <member name="T:Microsoft.Office.Interop.InfoPath.ButtonClass">
  823.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  824.         </member>
  825.         <member name="E:Microsoft.Office.Interop.InfoPath.ButtonClass.OnClick">
  826.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  827.         </member>
  828.         <member name="M:Microsoft.Office.Interop.InfoPath.ButtonClass.add_OnClick(Microsoft.Office.Interop.InfoPath._ButtonEventSink_OnClickEventHandler)">
  829.             <summary>
  830.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  831.                                                 </summary>
  832.         </member>
  833.         <member name="M:Microsoft.Office.Interop.InfoPath.ButtonClass.remove_OnClick(Microsoft.Office.Interop.InfoPath._ButtonEventSink_OnClickEventHandler)">
  834.             <summary>
  835.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  836.                                                 </summary>
  837.         </member>
  838.         <member name="T:Microsoft.Office.Interop.InfoPath.Certificate">
  839.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.CertificateObject"></see>.</summary>
  840.         </member>
  841.         <member name="T:Microsoft.Office.Interop.InfoPath.CertificateObject">
  842.             <summary>Represents the X.509 digital certificate that has been used to create a signature.</summary>
  843.         </member>
  844.         <member name="T:Microsoft.Office.Interop.InfoPath.CertificateObjectClass">
  845.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  846.         </member>
  847.         <member name="T:Microsoft.Office.Interop.InfoPath.DataAdapters">
  848.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DataAdaptersCollection"></see>.</summary>
  849.         </member>
  850.         <member name="M:Microsoft.Office.Interop.InfoPath.DataAdapters.GetEnumerator">
  851.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.DataAdaptersEnumerator"></see> object.</summary>
  852.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.DataAdaptersEnumerator"></see> object.</returns>
  853.         </member>
  854.         <member name="P:Microsoft.Office.Interop.InfoPath.DataAdapters.Item(System.Object)">
  855.             <summary>Gets a reference to the specified data adapter object from the <see cref="T:Microsoft.Office.Interop.InfoPath.DataAdaptersCollection"></see> collection, based on position or name.</summary>
  856.             <param name="varIndex">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.DataAdaptersCollection"></see> collection. If the argument is a numeric expression, it must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.DataAdapters.Count"></see> property minus 1. If the argument is a string expression, it must be the name of a member of the collection.</param>
  857.         </member>
  858.         <member name="T:Microsoft.Office.Interop.InfoPath.DataAdaptersCollection">
  859.             <summary>Contains a data adapter object corresponding to each data connection used within a Microsoft Office InfoPath 2007 form.</summary>
  860.         </member>
  861.         <member name="T:Microsoft.Office.Interop.InfoPath.DataAdaptersCollectionClass">
  862.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  863.         </member>
  864.         <member name="T:Microsoft.Office.Interop.InfoPath.DataDOM">
  865.             <summary>The DataDOM object is the Microsoft Office InfoPath 2007 object that is used to implement the data validation events that are associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.XDocument"></see> object. </summary>
  866.         </member>
  867.         <member name="T:Microsoft.Office.Interop.InfoPath.DataDOMClass">
  868.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  869.         </member>
  870.         <member name="E:Microsoft.Office.Interop.InfoPath.DataDOMClass.OnAfterChange">
  871.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  872.         </member>
  873.         <member name="E:Microsoft.Office.Interop.InfoPath.DataDOMClass.OnBeforeChange">
  874.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  875.         </member>
  876.         <member name="E:Microsoft.Office.Interop.InfoPath.DataDOMClass.OnValidate">
  877.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  878.         </member>
  879.         <member name="M:Microsoft.Office.Interop.InfoPath.DataDOMClass.add_OnAfterChange(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnAfterChangeEventHandler)">
  880.             <summary>
  881.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  882.                                                 </summary>
  883.         </member>
  884.         <member name="M:Microsoft.Office.Interop.InfoPath.DataDOMClass.add_OnBeforeChange(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnBeforeChangeEventHandler)">
  885.             <summary>
  886.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  887.                                                 </summary>
  888.         </member>
  889.         <member name="M:Microsoft.Office.Interop.InfoPath.DataDOMClass.add_OnValidate(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnValidateEventHandler)">
  890.             <summary>
  891.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  892.                                                 </summary>
  893.         </member>
  894.         <member name="M:Microsoft.Office.Interop.InfoPath.DataDOMClass.remove_OnAfterChange(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnAfterChangeEventHandler)">
  895.             <summary>
  896.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  897.                                                 </summary>
  898.         </member>
  899.         <member name="M:Microsoft.Office.Interop.InfoPath.DataDOMClass.remove_OnBeforeChange(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnBeforeChangeEventHandler)">
  900.             <summary>
  901.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  902.                                                 </summary>
  903.         </member>
  904.         <member name="M:Microsoft.Office.Interop.InfoPath.DataDOMClass.remove_OnValidate(Microsoft.Office.Interop.InfoPath._DataDOMEventSink_OnValidateEventHandler)">
  905.             <summary>
  906.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  907.                                                 </summary>
  908.         </member>
  909.         <member name="T:Microsoft.Office.Interop.InfoPath.DataDOMEvent">
  910.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DataDOMEventObject"></see>.</summary>
  911.         </member>
  912.         <member name="M:Microsoft.Office.Interop.InfoPath.DataDOMEvent.ReportError(System.Object,System.String,System.Boolean,System.String,System.Int32,System.String)">
  913.             <summary>Creates an <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see> object and adds it to the <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection"></see> collection.</summary>
  914.             <returns>The <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see> object representing the newly created Error.</returns>
  915.             <param name="bstrShortErrorMessage">The text to be used for the short error message.</param>
  916.             <param name="bstrDetailedErrorMessage">The text to be used for the detailed error message.</param>
  917.             <param name="fSiteIndependent">Sets the condition for automatic deletion of the Error object. If true, the Error object will be deleted on change for any nodes that matched the XPath expression corresponding to the Error object. If false, the Error object will be deleted when the node returned by the <see cref="P:Microsoft.Office.Interop.InfoPath.DataDOMEvent.Site"></see> property of a given event object has been changed.</param>
  918.             <param name="bstrType">Default value is "modeless". Determines whether the change in value will be automatically rejected or whether the user will be prompted to accept or reject the change. The other value is "modal".</param>
  919.             <param name="varNode">The XML Document Object Model (DOM) node that the error is associated with.</param>
  920.             <param name="lErrorCode">The number to be used as the error code.</param>
  921.         </member>
  922.         <member name="T:Microsoft.Office.Interop.InfoPath.DataDOMEventObject">
  923.             <summary>An event object that is used during Microsoft Office InfoPath 2007 data validation events.</summary>
  924.         </member>
  925.         <member name="T:Microsoft.Office.Interop.InfoPath.DataDOMEventObjectClass">
  926.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  927.         </member>
  928.         <member name="T:Microsoft.Office.Interop.InfoPath.DataObject">
  929.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DataSourceObject"></see>.</summary>
  930.         </member>
  931.         <member name="M:Microsoft.Office.Interop.InfoPath.DataObject.Query">
  932.             <summary>Executes the query operation on the data adapter associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.DataSourceObject"></see> object, and inserts the returned XML in the associated data source (XML DOM).</summary>
  933.         </member>
  934.         <member name="T:Microsoft.Office.Interop.InfoPath.DataObjects">
  935.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DataObjectsCollection"></see>.</summary>
  936.         </member>
  937.         <member name="P:Microsoft.Office.Interop.InfoPath.DataObjects.Item(System.Object)">
  938.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.DataSourceObject"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.DataObjectsCollection"></see> collection.</summary>
  939.             <param name="varIndex">An expression that specifies the position of a member of the DataObjects collection. If a numeric expression, the argument must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.DataObjects.Count"></see> property minus 1. If a string expression, the argument must be the name of a member of the collection.</param>
  940.         </member>
  941.         <member name="T:Microsoft.Office.Interop.InfoPath.DataObjectsCollection">
  942.             <summary>Contains a <see cref="T:Microsoft.Office.Interop.InfoPath.DataSourceObject"></see> object for each secondary data source used within a Microsoft Office InfoPath 2007 form.</summary>
  943.         </member>
  944.         <member name="T:Microsoft.Office.Interop.InfoPath.DataObjectsCollectionClass">
  945.             <summary>BP5Text</summary>
  946.         </member>
  947.         <member name="T:Microsoft.Office.Interop.InfoPath.DataSourceObject">
  948.             <summary>Represents a secondary data source.</summary>
  949.         </member>
  950.         <member name="T:Microsoft.Office.Interop.InfoPath.DataSourceObjectClass">
  951.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  952.         </member>
  953.         <member name="M:Microsoft.Office.Interop.InfoPath.DataSourceObjectClass.Query">
  954.             <summary>
  955.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  956.                                                 </summary>
  957.         </member>
  958.         <member name="T:Microsoft.Office.Interop.InfoPath.Date">
  959.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DateObject"></see>.</summary>
  960.         </member>
  961.         <member name="M:Microsoft.Office.Interop.InfoPath.Date.Now">
  962.             <summary>Gets the current system date and time in ISO format (YYYY-MM-DDThh:mm:ss).</summary>
  963.             <returns>An object that represents the current date and time.</returns>
  964.         </member>
  965.         <member name="M:Microsoft.Office.Interop.InfoPath.Date.Today">
  966.             <summary>Gets the current system date in ISO format (YYYY-MM-DD).</summary>
  967.             <returns>An object that represents the current date.</returns>
  968.         </member>
  969.         <member name="T:Microsoft.Office.Interop.InfoPath.DateObject">
  970.             <summary>Provides several date-related methods that can be used in Microsoft Office InfoPath 2007 forms.</summary>
  971.         </member>
  972.         <member name="T:Microsoft.Office.Interop.InfoPath.DateObjectClass">
  973.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  974.         </member>
  975.         <member name="T:Microsoft.Office.Interop.InfoPath.DAVAdapter">
  976.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DAVAdapterObject"></see>.</summary>
  977.         </member>
  978.         <member name="M:Microsoft.Office.Interop.InfoPath.DAVAdapter.Query">
  979.             <summary>The Query method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.DAVAdapterObject"></see> object but, because the DAVAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object.</summary>
  980.         </member>
  981.         <member name="M:Microsoft.Office.Interop.InfoPath.DAVAdapter.Submit">
  982.             <summary>Executes the submit operation on the associated adapter.</summary>
  983.         </member>
  984.         <member name="M:Microsoft.Office.Interop.InfoPath.DAVAdapter.SubmitData(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode)">
  985.             <summary>Submits the specified DOM element or DOM document to a data adapter.</summary>
  986.             <param name="pData">The XML data that is to be submitted.</param>
  987.         </member>
  988.         <member name="P:Microsoft.Office.Interop.InfoPath.DAVAdapter.FileName">
  989.             <summary>Gets or sets the file name that the current Microsoft Office InfoPath 2003 form will be given when the form is submitted by the <see cref="T:Microsoft.Office.Interop.InfoPath.DAVAdapterObject"></see>.</summary>
  990.         </member>
  991.         <member name="T:Microsoft.Office.Interop.InfoPath.DAVAdapterObject">
  992.             <summary>Represents a connection to submit form information to a Microsoft Windows SharePoint Services server, or other servers that support DAV connections.</summary>
  993.         </member>
  994.         <member name="T:Microsoft.Office.Interop.InfoPath.DAVAdapterObjectClass">
  995.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  996.         </member>
  997.         <member name="M:Microsoft.Office.Interop.InfoPath.DAVAdapterObjectClass.Query">
  998.             <summary>
  999.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1000.                                                 </summary>
  1001.         </member>
  1002.         <member name="M:Microsoft.Office.Interop.InfoPath.DAVAdapterObjectClass.Submit">
  1003.             <summary>
  1004.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1005.                                                 </summary>
  1006.         </member>
  1007.         <member name="M:Microsoft.Office.Interop.InfoPath.DAVAdapterObjectClass.SubmitData(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode)">
  1008.             <summary>
  1009.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1010.                                                 </summary>
  1011.         </member>
  1012.         <member name="T:Microsoft.Office.Interop.InfoPath.DocActionEvent">
  1013.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DocActionEventObject"></see>.</summary>
  1014.         </member>
  1015.         <member name="T:Microsoft.Office.Interop.InfoPath.DocActionEventObject">
  1016.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 button click event.</summary>
  1017.         </member>
  1018.         <member name="T:Microsoft.Office.Interop.InfoPath.DocActionEventObjectClass">
  1019.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1020.         </member>
  1021.         <member name="T:Microsoft.Office.Interop.InfoPath.DocContextChangeEvent">
  1022.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DocContextChangeEventObject"></see>.</summary>
  1023.         </member>
  1024.         <member name="T:Microsoft.Office.Interop.InfoPath.DocContextChangeEventObject">
  1025.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 context change event.</summary>
  1026.         </member>
  1027.         <member name="T:Microsoft.Office.Interop.InfoPath.DocContextChangeEventObjectClass">
  1028.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1029.         </member>
  1030.         <member name="T:Microsoft.Office.Interop.InfoPath.DocEvent">
  1031.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DocEventObject"></see>.</summary>
  1032.         </member>
  1033.         <member name="T:Microsoft.Office.Interop.InfoPath.DocEventObject">
  1034.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 merge or view switching event.</summary>
  1035.         </member>
  1036.         <member name="T:Microsoft.Office.Interop.InfoPath.DocEventObjectClass">
  1037.             <summary>BP5Text</summary>
  1038.         </member>
  1039.         <member name="T:Microsoft.Office.Interop.InfoPath.DocReturnEvent">
  1040.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.DocReturnEventObject"></see>.</summary>
  1041.         </member>
  1042.         <member name="T:Microsoft.Office.Interop.InfoPath.DocReturnEventObject">
  1043.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 load or submission event.</summary>
  1044.         </member>
  1045.         <member name="T:Microsoft.Office.Interop.InfoPath.DocReturnEventObjectClass">
  1046.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1047.         </member>
  1048.         <member name="T:Microsoft.Office.Interop.InfoPath.EmailAdapter">
  1049.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.EmailAdapterObject"></see>.</summary>
  1050.         </member>
  1051.         <member name="M:Microsoft.Office.Interop.InfoPath.EmailAdapter.Query">
  1052.             <summary>The Query method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.EmailAdapterObject"></see> object but, because the EmailAdapter object is available for submitting data only, the method will always generate a run-time error when it is called.</summary>
  1053.         </member>
  1054.         <member name="M:Microsoft.Office.Interop.InfoPath.EmailAdapter.Submit">
  1055.             <summary>Executes the submit operation on the associated adapter.</summary>
  1056.         </member>
  1057.         <member name="M:Microsoft.Office.Interop.InfoPath.EmailAdapter.SubmitData(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode)">
  1058.             <summary>Submits the specified DOM element or DOM document to a data adapter.</summary>
  1059.             <param name="pData">The XML data that is to be sent in the e-mail message.</param>
  1060.         </member>
  1061.         <member name="T:Microsoft.Office.Interop.InfoPath.EmailAdapterObject">
  1062.             <summary>Represents the data adapter for submitting form information in e-mail by using Microsoft Office Outlook.</summary>
  1063.         </member>
  1064.         <member name="T:Microsoft.Office.Interop.InfoPath.EmailAdapterObjectClass">
  1065.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1066.         </member>
  1067.         <member name="M:Microsoft.Office.Interop.InfoPath.EmailAdapterObjectClass.Query">
  1068.             <summary>
  1069.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1070.                                                 </summary>
  1071.         </member>
  1072.         <member name="M:Microsoft.Office.Interop.InfoPath.EmailAdapterObjectClass.Submit">
  1073.             <summary>
  1074.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1075.                                                 </summary>
  1076.         </member>
  1077.         <member name="M:Microsoft.Office.Interop.InfoPath.EmailAdapterObjectClass.SubmitData(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode)">
  1078.             <summary>
  1079.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1080.                                                 </summary>
  1081.         </member>
  1082.         <member name="M:Microsoft.Office.Interop.InfoPath.EmailAdapterObjectClass.SubmitWithInput(System.String)">
  1083.             <summary>
  1084.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1085.                                                 </summary>
  1086.         </member>
  1087.         <member name="T:Microsoft.Office.Interop.InfoPath.Error">
  1088.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see>.</summary>
  1089.         </member>
  1090.         <member name="T:Microsoft.Office.Interop.InfoPath.ErrorObject">
  1091.             <summary>Represents an error in a Microsoft Office InfoPath 2007 form.</summary>
  1092.         </member>
  1093.         <member name="T:Microsoft.Office.Interop.InfoPath.ErrorObjectClass">
  1094.             <summary>BP5Text</summary>
  1095.         </member>
  1096.         <member name="T:Microsoft.Office.Interop.InfoPath.Errors">
  1097.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection"></see>.</summary>
  1098.         </member>
  1099.         <member name="M:Microsoft.Office.Interop.InfoPath.Errors.Add(System.Object,System.String,System.String,System.String,System.Int32,System.String)">
  1100.             <summary>Adds an <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see> to <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection"></see> and returns a reference to the new Error object.</summary>
  1101.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see> object which represents the newly created Error.</returns>
  1102.             <param name="bstrShortErrorMessage">The short message for the error.</param>
  1103.             <param name="bstrDetailedErrorMessage">The detailed message for the error.</param>
  1104.             <param name="bstrType">Default value is "modeless". The type of error processing. The other supported value is "modal".</param>
  1105.             <param name="varNode">The XML node that the error will be associated with.</param>
  1106.             <param name="lErrorCode">The error code of the error.</param>
  1107.             <param name="bstrConditionName">The name of the error.</param>
  1108.         </member>
  1109.         <member name="M:Microsoft.Office.Interop.InfoPath.Errors.Delete(System.Object,System.String)">
  1110.             <summary>Deletes the specified <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection"></see> collection.</summary>
  1111.             <param name="varNode">The XML Document Object Model (DOM) node associated with the error.</param>
  1112.             <param name="bstrConditionName">The name of the error.</param>
  1113.         </member>
  1114.         <member name="M:Microsoft.Office.Interop.InfoPath.Errors.DeleteAll">
  1115.             <summary>Deletes all of the <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see> objects contained in the <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection"></see> collection.</summary>
  1116.         </member>
  1117.         <member name="M:Microsoft.Office.Interop.InfoPath.Errors.GetEnumerator">
  1118.             <summary>Gets an IEnumerator that iterates over all entries in the  <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection"></see> object.</summary>
  1119.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection"></see> object.</returns>
  1120.         </member>
  1121.         <member name="P:Microsoft.Office.Interop.InfoPath.Errors.Item(System.Int32)">
  1122.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see> object from the collection.</summary>
  1123.             <param name="index">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection"></see> collection The argument must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.Errors.Count"></see> property minus 1.</param>
  1124.         </member>
  1125.         <member name="T:Microsoft.Office.Interop.InfoPath.ErrorsCollection">
  1126.             <summary>Contains an <see cref="T:Microsoft.Office.Interop.InfoPath.ErrorObject"></see> object for each error within a Microsoft Office InfoPath 2007 form.</summary>
  1127.         </member>
  1128.         <member name="T:Microsoft.Office.Interop.InfoPath.ErrorsCollectionClass">
  1129.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1130.         </member>
  1131.         <member name="M:Microsoft.Office.Interop.InfoPath.ErrorsCollectionClass.Delete(System.Object,System.String)">
  1132.             <summary>
  1133.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1134.                                                 </summary>
  1135.         </member>
  1136.         <member name="M:Microsoft.Office.Interop.InfoPath.ErrorsCollectionClass.DeleteAll">
  1137.             <summary>
  1138.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1139.                                                 </summary>
  1140.         </member>
  1141.         <member name="T:Microsoft.Office.Interop.InfoPath.ExternalApplication">
  1142.             <summary>Represents the Microsoft Office InfoPath 2007 application.</summary>
  1143.         </member>
  1144.         <member name="T:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass">
  1145.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1146.         </member>
  1147.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.#ctor">
  1148.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1149.         </member>
  1150.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.CacheSolution(System.String)">
  1151.             <summary>
  1152.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1153.                                                 </summary>
  1154.         </member>
  1155.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.Close(System.String)">
  1156.             <summary>
  1157.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1158.                                                 </summary>
  1159.         </member>
  1160.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.New(System.String,System.Int32)">
  1161.             <summary>
  1162.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1163.                                                 </summary>
  1164.         </member>
  1165.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.NewFromSolution(System.String)">
  1166.             <summary>
  1167.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1168.                                                 </summary>
  1169.         </member>
  1170.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.Open(System.String,System.Int32)">
  1171.             <summary>
  1172.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1173.                                                 </summary>
  1174.         </member>
  1175.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.Quit">
  1176.             <summary>
  1177.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1178.                                                 </summary>
  1179.         </member>
  1180.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.RegisterSolution(System.String,System.String)">
  1181.             <summary>
  1182.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1183.                                                 </summary>
  1184.         </member>
  1185.         <member name="M:Microsoft.Office.Interop.InfoPath.ExternalApplicationClass.UnregisterSolution(System.String)">
  1186.             <summary>
  1187.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1188.                                                 </summary>
  1189.         </member>
  1190.         <member name="T:Microsoft.Office.Interop.InfoPath.HTMLTaskPane">
  1191.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.HTMLTaskPaneObject"></see>.</summary>
  1192.         </member>
  1193.         <member name="M:Microsoft.Office.Interop.InfoPath.HTMLTaskPane.Navigate(System.String)">
  1194.             <summary>Loads the specified HTML document into the Microsoft Office InfoPath 2003 custom task pane.</summary>
  1195.             <param name="bstrURL">The Uniform Resource Locator (URL) of the HTML document to navigate to.</param>
  1196.         </member>
  1197.         <member name="T:Microsoft.Office.Interop.InfoPath.HTMLTaskPaneExternal">
  1198.             <summary>Represents a link to the Microsoft Office InfoPath 2003 object model.</summary>
  1199.         </member>
  1200.         <member name="T:Microsoft.Office.Interop.InfoPath.HTMLTaskPaneObject">
  1201.             <summary>Represents a custom task pane in a Microsoft Office InfoPath 2007 form that is associated with a window.</summary>
  1202.         </member>
  1203.         <member name="T:Microsoft.Office.Interop.InfoPath.HTMLTaskPaneObjectClass">
  1204.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1205.         </member>
  1206.         <member name="M:Microsoft.Office.Interop.InfoPath.HTMLTaskPaneObjectClass.Navigate(System.String)">
  1207.             <summary>
  1208.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1209.                                                 </summary>
  1210.         </member>
  1211.         <member name="M:Microsoft.Office.Interop.InfoPath.HTMLTaskPaneObjectClass.TaskPane_set_Visible(System.Boolean)">
  1212.             <summary>
  1213.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1214.                                                 </summary>
  1215.         </member>
  1216.         <member name="T:Microsoft.Office.Interop.InfoPath.HWSAdapter">
  1217.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.HWSAdapterObject"></see>.</summary>
  1218.         </member>
  1219.         <member name="M:Microsoft.Office.Interop.InfoPath.HWSAdapter.Query">
  1220.             <summary>The Query method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.HWSAdapterObject"></see> but, because the HWSAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object.</summary>
  1221.         </member>
  1222.         <member name="M:Microsoft.Office.Interop.InfoPath.HWSAdapter.Submit">
  1223.             <summary>Executes the submit operation for the associated adapter.</summary>
  1224.         </member>
  1225.         <member name="T:Microsoft.Office.Interop.InfoPath.HWSAdapterObject">
  1226.             <summary>Represents a connection to submit form information to a Microsoft Biztalk 2004 HWS (Human Workflow Services) server.</summary>
  1227.         </member>
  1228.         <member name="T:Microsoft.Office.Interop.InfoPath.HWSAdapterObjectClass">
  1229.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1230.         </member>
  1231.         <member name="M:Microsoft.Office.Interop.InfoPath.HWSAdapterObjectClass.Query">
  1232.             <summary>
  1233.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1234.                                                 </summary>
  1235.         </member>
  1236.         <member name="M:Microsoft.Office.Interop.InfoPath.HWSAdapterObjectClass.Submit">
  1237.             <summary>
  1238.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1239.                                                 </summary>
  1240.         </member>
  1241.         <member name="T:Microsoft.Office.Interop.InfoPath.ICLRExtensions">
  1242.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1243.         </member>
  1244.         <member name="M:Microsoft.Office.Interop.InfoPath.ICLRExtensions.ShowExceptionDialog(System.String,System.String)">
  1245.             <summary>
  1246.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1247.                                                 </summary>
  1248.         </member>
  1249.         <member name="T:Microsoft.Office.Interop.InfoPath.InfoPathControl">
  1250.             <summary>Defines methods used from the implementation of an ActiveX control for initializing, uninitializing, enabling, disabling, and saving the state of a control.</summary>
  1251.         </member>
  1252.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathControl.Enable(System.Boolean)">
  1253.             <summary>Defines a method that must be provided by the developer for InfoPath to call when it needs to enable or disable an instance of the control in a view.</summary>
  1254.             <param name="vfEnabled">Specifies whether the control is enabled.</param>
  1255.         </member>
  1256.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathControl.Init(Microsoft.Office.Interop.InfoPath.InfoPathControlSite)">
  1257.             <summary>Defines a method that must be provided by the developer to perform any initialization routines required when an instance of the control is added to an InfoPath form.</summary>
  1258.             <param name="pControlSite">An instance of the <see cref="T:Microsoft.Office.Interop.InfoPath.InfoPathControlSite"></see> object.</param>
  1259.         </member>
  1260.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathControl.SaveState">
  1261.             <summary>Defines a method that InfoPath calls when it needs to save the state of an instance of the control in a view.</summary>
  1262.         </member>
  1263.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathControl.Uninit">
  1264.             <summary>Defines a method that must be provided by the developer to perform any clean up routines that are required before an instance of the control is removed from a view.</summary>
  1265.         </member>
  1266.         <member name="T:Microsoft.Office.Interop.InfoPath.InfoPathControlSite">
  1267.             <summary>Represents the object that InfoPath passes to an ActiveX control when it is initialized in an InfoPath view.</summary>
  1268.         </member>
  1269.         <member name="P:Microsoft.Office.Interop.InfoPath.InfoPathControlSite.Node">
  1270.             <summary>Gets a reference to the XML node to which the ActiveX control is bound.</summary>
  1271.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode"></see> object.</returns>
  1272.         </member>
  1273.         <member name="P:Microsoft.Office.Interop.InfoPath.InfoPathControlSite.XDocument">
  1274.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.XDocument"></see> object associated with the view that contains the control.</summary>
  1275.             <returns>An XDocument object</returns>
  1276.         </member>
  1277.         <member name="T:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass">
  1278.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1279.         </member>
  1280.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.#ctor">
  1281.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1282.         </member>
  1283.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.CloseDocument">
  1284.             <summary>
  1285.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1286.                                                 </summary>
  1287.         </member>
  1288.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.FlushDocument">
  1289.             <summary>
  1290.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1291.                                                 </summary>
  1292.         </member>
  1293.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.Load(System.String)">
  1294.             <summary>
  1295.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1296.                                                 </summary>
  1297.         </member>
  1298.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.LoadFromStream(System.Object)">
  1299.             <summary>
  1300.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1301.                                                 </summary>
  1302.         </member>
  1303.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.NewFromSolution(System.String)">
  1304.             <summary>
  1305.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1306.                                                 </summary>
  1307.         </member>
  1308.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.NewFromSolutionWithData(System.String,System.Object,System.Int32)">
  1309.             <summary>
  1310.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1311.                                                 </summary>
  1312.         </member>
  1313.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.SetInitEventHandler(Microsoft.Office.Interop.InfoPath.IInitEventHandler)">
  1314.             <summary>
  1315.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1316.                                                 </summary>
  1317.         </member>
  1318.         <member name="M:Microsoft.Office.Interop.InfoPath.InfoPathEditorObjectClass.SetSubmitToHostEventHandler(Microsoft.Office.Interop.InfoPath.ISubmitToHostEventHandler)">
  1319.             <summary>
  1320.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1321.                                                 </summary>
  1322.         </member>
  1323.         <member name="T:Microsoft.Office.Interop.InfoPath.InputParameterCollectionClass">
  1324.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1325.         </member>
  1326.         <member name="T:Microsoft.Office.Interop.InfoPath.InputParameterObjectClass">
  1327.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1328.         </member>
  1329.         <member name="T:Microsoft.Office.Interop.InfoPath.IPMath">
  1330.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.MathObject"></see>.</summary>
  1331.         </member>
  1332.         <member name="M:Microsoft.Office.Interop.InfoPath.IPMath.Avg(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList)">
  1333.             <summary>Gets the average value of all numerical elements in a node set.</summary>
  1334.             <returns>An object that represents the average value of all the numerical elements in a node set.</returns>
  1335.             <param name="pxmllistInput">The node set that contains the values to be averaged.</param>
  1336.         </member>
  1337.         <member name="M:Microsoft.Office.Interop.InfoPath.IPMath.Eval(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList,System.String)">
  1338.             <summary>Gets the sets of results calculated when the expression is applied to each set of elements in the context.</summary>
  1339.             <returns>An object that represents the set of results calculated when the expression is applied to each set of elements in the context.</returns>
  1340.             <param name="bstrExpression">The expression to be applied to each set of nodes in the specified context.</param>
  1341.             <param name="pxmllistContext">The node that sets the context for the expression.</param>
  1342.         </member>
  1343.         <member name="M:Microsoft.Office.Interop.InfoPath.IPMath.Max(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList)">
  1344.             <summary>Gets the largest value of all of the numerical elements in a node set.</summary>
  1345.             <returns>An object that represents the largest value of all the numerical elements in a node set.</returns>
  1346.             <param name="pxmllistInput">The node set to search for the largest value.</param>
  1347.         </member>
  1348.         <member name="M:Microsoft.Office.Interop.InfoPath.IPMath.Min(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList)">
  1349.             <summary>Gets the smallest value of all of the numerical elements in a node set.</summary>
  1350.             <returns>An object that represents the smallest value of all the numerical elements in a node set.</returns>
  1351.             <param name="pxmllistInput">The node set to search for the smallest value.</param>
  1352.         </member>
  1353.         <member name="M:Microsoft.Office.Interop.InfoPath.IPMath.Nz(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList)">
  1354.             <summary>Gets the node set passed to the function, except with zeros (0) where empty values existed before.</summary>
  1355.             <returns>An object that represents a node set.</returns>
  1356.             <param name="pxmllistInput">The node set that will have its empty values replaced with zeroes.</param>
  1357.         </member>
  1358.         <member name="T:Microsoft.Office.Interop.InfoPath.MailEnvelope">
  1359.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.MailEnvelopeObject"></see>.</summary>
  1360.         </member>
  1361.         <member name="T:Microsoft.Office.Interop.InfoPath.MailEnvelopeObject">
  1362.             <summary>Represents a custom e-mail message in a Microsoft Office InfoPath 2007 form.</summary>
  1363.         </member>
  1364.         <member name="T:Microsoft.Office.Interop.InfoPath.MailEnvelopeObjectClass">
  1365.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1366.         </member>
  1367.         <member name="M:Microsoft.Office.Interop.InfoPath.MailEnvelopeObjectClass.MailEnvelope2_set_BCC(System.String)">
  1368.             <summary>
  1369.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1370.                                                 </summary>
  1371.         </member>
  1372.         <member name="M:Microsoft.Office.Interop.InfoPath.MailEnvelopeObjectClass.MailEnvelope2_set_CC(System.String)">
  1373.             <summary>
  1374.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1375.                                                 </summary>
  1376.         </member>
  1377.         <member name="M:Microsoft.Office.Interop.InfoPath.MailEnvelopeObjectClass.MailEnvelope2_set_Subject(System.String)">
  1378.             <summary>
  1379.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1380.                                                 </summary>
  1381.         </member>
  1382.         <member name="M:Microsoft.Office.Interop.InfoPath.MailEnvelopeObjectClass.MailEnvelope2_set_To(System.String)">
  1383.             <summary>
  1384.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1385.                                                 </summary>
  1386.         </member>
  1387.         <member name="M:Microsoft.Office.Interop.InfoPath.MailEnvelopeObjectClass.MailEnvelope2_set_Visible(System.Boolean)">
  1388.             <summary>
  1389.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1390.                                                 </summary>
  1391.         </member>
  1392.         <member name="T:Microsoft.Office.Interop.InfoPath.MathObject">
  1393.             <summary>Provides several math-related methods that can be used in Microsoft Office InfoPath 2007 forms.</summary>
  1394.         </member>
  1395.         <member name="T:Microsoft.Office.Interop.InfoPath.MathObjectClass">
  1396.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1397.         </member>
  1398.         <member name="T:Microsoft.Office.Interop.InfoPath.MergeEvent">
  1399.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.MergeEventObject"></see>.</summary>
  1400.         </member>
  1401.         <member name="T:Microsoft.Office.Interop.InfoPath.MergeEventObject">
  1402.             <summary>An event object that is used during an <see cref="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnMergeRequest"></see> event.</summary>
  1403.         </member>
  1404.         <member name="T:Microsoft.Office.Interop.InfoPath.MergeEventObjectClass">
  1405.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1406.         </member>
  1407.         <member name="M:Microsoft.Office.Interop.InfoPath.MergeEventObjectClass.DocReturnEvent_set_ReturnStatus(System.Boolean)">
  1408.             <summary>
  1409.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1410.                                                 </summary>
  1411.         </member>
  1412.         <member name="T:Microsoft.Office.Interop.InfoPath.PermissionObjectClass">
  1413.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1414.         </member>
  1415.         <member name="M:Microsoft.Office.Interop.InfoPath.PermissionObjectClass.ApplyPolicy(System.String)">
  1416.             <summary>
  1417.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1418.                                                 </summary>
  1419.         </member>
  1420.         <member name="M:Microsoft.Office.Interop.InfoPath.PermissionObjectClass.RemoveAll">
  1421.             <summary>
  1422.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1423.                                                 </summary>
  1424.         </member>
  1425.         <member name="T:Microsoft.Office.Interop.InfoPath.SaveEvent">
  1426.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SaveEventObject"></see>.</summary>
  1427.         </member>
  1428.         <member name="M:Microsoft.Office.Interop.InfoPath.SaveEvent.PerformSaveOperation">
  1429.             <summary>Performs the save operation requested by the user.</summary>
  1430.             <returns>true if the save operation is successful; otherwise false.</returns>
  1431.         </member>
  1432.         <member name="T:Microsoft.Office.Interop.InfoPath.SaveEventObject">
  1433.             <summary>An event that is used during <see cref="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnSaveRequest"></see>.</summary>
  1434.         </member>
  1435.         <member name="T:Microsoft.Office.Interop.InfoPath.SaveEventObjectClass">
  1436.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1437.         </member>
  1438.         <member name="M:Microsoft.Office.Interop.InfoPath.SaveEventObjectClass.DocReturnEvent_set_ReturnStatus(System.Boolean)">
  1439.             <summary>
  1440.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1441.                                                 </summary>
  1442.         </member>
  1443.         <member name="T:Microsoft.Office.Interop.InfoPath.SharepointListAdapter">
  1444.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObject"></see>.</summary>
  1445.         </member>
  1446.         <member name="M:Microsoft.Office.Interop.InfoPath.SharepointListAdapter.Query">
  1447.             <summary>Reads data from the associated data adapter.</summary>
  1448.         </member>
  1449.         <member name="M:Microsoft.Office.Interop.InfoPath.SharepointListAdapter.Submit">
  1450.             <summary>Available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObject"></see>, but, because SharePointListAdapter object is available for receiving data only, the method will always generate a run-time error when it is called on that object.</summary>
  1451.         </member>
  1452.         <member name="T:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObject">
  1453.             <summary>Represents a connection to a SharePoint list or document library.</summary>
  1454.         </member>
  1455.         <member name="T:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObjectClass">
  1456.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1457.         </member>
  1458.         <member name="M:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObjectClass.Query">
  1459.             <summary>
  1460.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1461.                                                 </summary>
  1462.         </member>
  1463.         <member name="M:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObjectClass.SharepointListAdapter2_Query">
  1464.             <summary>
  1465.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1466.                                                 </summary>
  1467.         </member>
  1468.         <member name="M:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObjectClass.SharepointListAdapter2_Submit">
  1469.             <summary>
  1470.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1471.                                                 </summary>
  1472.         </member>
  1473.         <member name="M:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObjectClass.Submit">
  1474.             <summary>
  1475.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1476.                                                 </summary>
  1477.         </member>
  1478.         <member name="M:Microsoft.Office.Interop.InfoPath.SharepointListAdapterObjectClass.SubmitWithInput(System.String)">
  1479.             <summary>
  1480.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1481.                                                 </summary>
  1482.         </member>
  1483.         <member name="T:Microsoft.Office.Interop.InfoPath.Signature">
  1484.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SignatureObject"></see>.</summary>
  1485.         </member>
  1486.         <member name="M:Microsoft.Office.Interop.InfoPath.Signature.Sign">
  1487.             <summary>Writes the XML digital signature block and computes the cryptographic hash for the signed data.</summary>
  1488.         </member>
  1489.         <member name="T:Microsoft.Office.Interop.InfoPath.SignatureObject">
  1490.             <summary>Represents a digital signature that has been added to a form or set of signed data in a form.</summary>
  1491.         </member>
  1492.         <member name="T:Microsoft.Office.Interop.InfoPath.SignatureObjectClass">
  1493.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1494.         </member>
  1495.         <member name="M:Microsoft.Office.Interop.InfoPath.SignatureObjectClass.Sign">
  1496.             <summary>
  1497.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1498.                                                 </summary>
  1499.         </member>
  1500.         <member name="T:Microsoft.Office.Interop.InfoPath.Signatures">
  1501.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SignaturesCollection"></see>.</summary>
  1502.         </member>
  1503.         <member name="M:Microsoft.Office.Interop.InfoPath.Signatures.Create">
  1504.             <summary>Creates a new <see cref="T:Microsoft.Office.Interop.InfoPath.SignatureObject"></see> object.</summary>
  1505.             <returns>A SignatureObject object.</returns>
  1506.         </member>
  1507.         <member name="M:Microsoft.Office.Interop.InfoPath.Signatures.GetEnumerator">
  1508.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SignaturesCollection"></see> object.</summary>
  1509.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SignaturesCollection"></see> object.</returns>
  1510.         </member>
  1511.         <member name="P:Microsoft.Office.Interop.InfoPath.Signatures.Item(System.Object)">
  1512.             <summary>Gets a reference to the specified digital signature from the <see cref="T:Microsoft.Office.Interop.InfoPath.SignaturesCollection"></see> collection.</summary>
  1513.             <param name="varIndex">A numeric expression that specifies the position of a member of the SignaturesCollection collection. The argument must be a number from 0 to the value of the collection's <see cref="P:Microsoft.Office.Interop.InfoPath.Signatures.Count"></see> property minus 1.</param>
  1514.         </member>
  1515.         <member name="T:Microsoft.Office.Interop.InfoPath.SignaturesCollection">
  1516.             <summary>Contains a <see cref="T:Microsoft.Office.Interop.InfoPath.SignatureObject"></see> for each signature in the Microsoft Office InfoPath 2003 form or <see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlockObject"></see> object.</summary>
  1517.         </member>
  1518.         <member name="T:Microsoft.Office.Interop.InfoPath.SignaturesCollectionClass">
  1519.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1520.         </member>
  1521.         <member name="T:Microsoft.Office.Interop.InfoPath.SignedDataBlock">
  1522.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlockObject"></see>.</summary>
  1523.         </member>
  1524.         <member name="M:Microsoft.Office.Interop.InfoPath.SignedDataBlock.Sign">
  1525.             <summary>Invokes the Digital Signatures Wizard to add a digital signature to the currently selected set of data which can be signed in a Microsoft Office InfoPath 2003 form.</summary>
  1526.         </member>
  1527.         <member name="T:Microsoft.Office.Interop.InfoPath.SignedDataBlockObject">
  1528.             <summary>Represents a set of data in a Microsoft Office InfoPath 2003 form which can be signed.</summary>
  1529.         </member>
  1530.         <member name="T:Microsoft.Office.Interop.InfoPath.SignedDataBlockObjectClass">
  1531.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1532.         </member>
  1533.         <member name="M:Microsoft.Office.Interop.InfoPath.SignedDataBlockObjectClass.Sign">
  1534.             <summary>
  1535.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1536.                                                 </summary>
  1537.         </member>
  1538.         <member name="T:Microsoft.Office.Interop.InfoPath.SignedDataBlocks">
  1539.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlocksCollection"></see>.</summary>
  1540.         </member>
  1541.         <member name="M:Microsoft.Office.Interop.InfoPath.SignedDataBlocks.GetEnumerator">
  1542.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlocksCollection"></see> object.</summary>
  1543.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.DataObjectsCollection"></see> object.</returns>
  1544.         </member>
  1545.         <member name="P:Microsoft.Office.Interop.InfoPath.SignedDataBlocks.Item(System.Object)">
  1546.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlockObject"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlocksCollection"></see> collection, based on position or name.</summary>
  1547.             <param name="varIndex">An expression that specifies the position of a member of the SignedDataBlocksCollection collection. If this argument is a numeric expression, it must be a number from 0 to the value of the collection's Count property minus 1. If this argument is a string expression, it must be the name of a member of the collection.</param>
  1548.         </member>
  1549.         <member name="T:Microsoft.Office.Interop.InfoPath.SignedDataBlocksCollection">
  1550.             <summary>The collection of <see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlockObject"></see> objects in the form template as defined in the form definition file (.xsf).</summary>
  1551.         </member>
  1552.         <member name="T:Microsoft.Office.Interop.InfoPath.SignedDataBlocksCollectionClass">
  1553.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1554.         </member>
  1555.         <member name="T:Microsoft.Office.Interop.InfoPath.SignEvent">
  1556.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SignEventObject"></see>.</summary>
  1557.         </member>
  1558.         <member name="T:Microsoft.Office.Interop.InfoPath.SignEventObject">
  1559.             <summary>An event object that is used during the <see cref="E:Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_Event.OnSign"></see>event.</summary>
  1560.         </member>
  1561.         <member name="T:Microsoft.Office.Interop.InfoPath.SignEventObjectClass">
  1562.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1563.         </member>
  1564.         <member name="M:Microsoft.Office.Interop.InfoPath.SignEventObjectClass.DocReturnEvent_set_ReturnStatus(System.Boolean)">
  1565.             <summary>
  1566.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1567.                                                 </summary>
  1568.         </member>
  1569.         <member name="T:Microsoft.Office.Interop.InfoPath.Solution">
  1570.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SolutionObject"></see>.</summary>
  1571.         </member>
  1572.         <member name="T:Microsoft.Office.Interop.InfoPath.SolutionObject">
  1573.             <summary>Corresponds to a Microsoft Office InfoPath 2003 form template.</summary>
  1574.         </member>
  1575.         <member name="T:Microsoft.Office.Interop.InfoPath.SolutionObjectClass">
  1576.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1577.         </member>
  1578.         <member name="T:Microsoft.Office.Interop.InfoPath.SubmitToHostAdapterObjectClass">
  1579.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1580.         </member>
  1581.         <member name="M:Microsoft.Office.Interop.InfoPath.SubmitToHostAdapterObjectClass.Query">
  1582.             <summary>
  1583.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1584.                                                 </summary>
  1585.         </member>
  1586.         <member name="M:Microsoft.Office.Interop.InfoPath.SubmitToHostAdapterObjectClass.Submit">
  1587.             <summary>
  1588.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1589.                                                 </summary>
  1590.         </member>
  1591.         <member name="T:Microsoft.Office.Interop.InfoPath.TaskPane">
  1592.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.TaskPaneObject"></see>.</summary>
  1593.         </member>
  1594.         <member name="T:Microsoft.Office.Interop.InfoPath.TaskPaneObject">
  1595.             <summary>Represents a task pane in a Microsoft Office InfoPath 2003 form that is associated with a window.</summary>
  1596.         </member>
  1597.         <member name="T:Microsoft.Office.Interop.InfoPath.TaskPaneObjectClass">
  1598.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1599.         </member>
  1600.         <member name="T:Microsoft.Office.Interop.InfoPath.TaskPanes">
  1601.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.TaskPanesCollection"></see>.</summary>
  1602.         </member>
  1603.         <member name="M:Microsoft.Office.Interop.InfoPath.TaskPanes.GetEnumerator">
  1604.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.TaskPanesCollection"></see> object.</summary>
  1605.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.TaskPanesCollection"></see> object.</returns>
  1606.         </member>
  1607.         <member name="P:Microsoft.Office.Interop.InfoPath.TaskPanes.Item(System.Object)">
  1608.             <summary>Gets a reference to the specified the <see cref="T:Microsoft.Office.Interop.InfoPath.TaskPaneObject"></see> object from the collection.</summary>
  1609.             <param name="varIndex">A numeric expression that specifies the type of task pane. Based on the <see cref="T:Microsoft.Office.Interop.InfoPath.XdTaskPaneType"></see> enumeration.</param>
  1610.         </member>
  1611.         <member name="T:Microsoft.Office.Interop.InfoPath.TaskPanesCollection">
  1612.             <summary>Contains a collection of <see cref="T:Microsoft.Office.Interop.InfoPath.TaskPaneObject"></see> objects that represent the task panes associated with a window in Microsoft Office InfoPath 2003.</summary>
  1613.         </member>
  1614.         <member name="T:Microsoft.Office.Interop.InfoPath.TaskPanesCollectionClass">
  1615.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1616.         </member>
  1617.         <member name="T:Microsoft.Office.Interop.InfoPath.UI">
  1618.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.UI2"></see>.</summary>
  1619.         </member>
  1620.         <member name="M:Microsoft.Office.Interop.InfoPath.UI.Alert(System.String)">
  1621.             <summary>
  1622.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  1623.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.UI2.Alert(System.String)"></see>.</summary>
  1624.         </member>
  1625.         <member name="M:Microsoft.Office.Interop.InfoPath.UI.ShowMailItem(System.String,System.String,System.String,System.String,System.String)">
  1626.             <summary>
  1627.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  1628.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.UI2.ShowMailItem(System.String,System.String,System.String,System.String,System.String)"></see>.</summary>
  1629.         </member>
  1630.         <member name="M:Microsoft.Office.Interop.InfoPath.UI.ShowSignatureDialog">
  1631.             <summary>
  1632.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  1633.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.UI2.ShowSignatureDialog"></see>.</summary>
  1634.         </member>
  1635.         <member name="T:Microsoft.Office.Interop.InfoPath.UI2">
  1636.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.UIObject"></see>.</summary>
  1637.         </member>
  1638.         <member name="M:Microsoft.Office.Interop.InfoPath.UI2.Alert(System.String)">
  1639.             <summary>Displays a message box with a custom text message in a Microsoft Office InfoPath 2003 form.</summary>
  1640.             <param name="bstrAlertString">The text to be displayed.</param>
  1641.         </member>
  1642.         <member name="M:Microsoft.Office.Interop.InfoPath.UI2.Confirm(System.String,Microsoft.Office.Interop.InfoPath.XdConfirmButtons)">
  1643.             <summary>Displays a message box with buttons for input from a user.</summary>
  1644.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.XdConfirmChoice"></see> enumeration.</returns>
  1645.             <param name="lButtons">Specifies the number and type of buttons to display. You may specify any of the values of the <see cref="T:Microsoft.Office.Interop.InfoPath.XdConfirmButtons"></see> enumeration.</param>
  1646.             <param name="bstrPrompt">The text message to be displayed.</param>
  1647.         </member>
  1648.         <member name="M:Microsoft.Office.Interop.InfoPath.UI2.SetSaveAsDialogFileName(System.String)">
  1649.             <summary>Sets the default file name for a form in the Save As dialog box.</summary>
  1650.             <param name="bstrFileName">The file name of the form supplied to the Save As dialog box.</param>
  1651.         </member>
  1652.         <member name="M:Microsoft.Office.Interop.InfoPath.UI2.SetSaveAsDialogLocation(System.String)">
  1653.             <summary>Sets the initial location at which the Save As dialog starts to browse when it is opened.</summary>
  1654.             <param name="bstrLocation">The location, expressed as a URL, at which the Save As dialog box starts browsing.</param>
  1655.         </member>
  1656.         <member name="M:Microsoft.Office.Interop.InfoPath.UI2.ShowMailItem(System.String,System.String,System.String,System.String,System.String)">
  1657.             <summary>Creates an e-mail message in the default e-mail editor and attaches the currently open Microsoft Office InfoPath 2003 form to the message.</summary>
  1658.             <param name="bstrCC">The e-mail address to copy the e-mail message to.</param>
  1659.             <param name="bstrBCC">The e-mail address to blind copy the e-mail message to.</param>
  1660.             <param name="bstrTo">The e-mail address to send the e-mail message to.</param>
  1661.             <param name="bstrBody">The body text of the e-mail message.</param>
  1662.             <param name="bstrSubject">The subject of the e-mail message.</param>
  1663.         </member>
  1664.         <member name="M:Microsoft.Office.Interop.InfoPath.UI2.ShowModalDialog(System.String,System.Object,System.Object,System.Object,System.Object,System.Object)">
  1665.             <summary>Displays a custom modal dialog box in a Microsoft Office InfoPath 2003 form.</summary>
  1666.             <returns>An object that specifies how to display the modal dialog box.</returns>
  1667.             <param name="bstrName">The name of the .html file used for the modal dialog box.</param>
  1668.             <param name="varLeft">Sets the left position of the modal dialog box relative to the upper left corner of the desktop.</param>
  1669.             <param name="varWidth">Sets the width of the modal dialog box.</param>
  1670.             <param name="varHeight">Sets the height of the modal dialog box.</param>
  1671.             <param name="varTop">Sets the top position of the modal dialog box relative to the upper left corner of the desktop.</param>
  1672.             <param name="varArguments">Specifies the arguments to use when displaying the modal dialog box. Can be any type of value, including an array of values.</param>
  1673.         </member>
  1674.         <member name="M:Microsoft.Office.Interop.InfoPath.UI2.ShowSignatureDialog">
  1675.             <summary>Displays the Microsoft Office InfoPath 2003 Digital Signatures dialog box.</summary>
  1676.         </member>
  1677.         <member name="T:Microsoft.Office.Interop.InfoPath.UIObject">
  1678.             <summary>Represents various user interface components that can be used in a Microsoft Office InfoPath 2003 form.</summary>
  1679.         </member>
  1680.         <member name="T:Microsoft.Office.Interop.InfoPath.UIObjectClass">
  1681.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1682.         </member>
  1683.         <member name="M:Microsoft.Office.Interop.InfoPath.UIObjectClass.Alert(System.String)">
  1684.             <summary>
  1685.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1686.                                                 </summary>
  1687.         </member>
  1688.         <member name="M:Microsoft.Office.Interop.InfoPath.UIObjectClass.SetSaveAsDialogFileName(System.String)">
  1689.             <summary>
  1690.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1691.                                                 </summary>
  1692.         </member>
  1693.         <member name="M:Microsoft.Office.Interop.InfoPath.UIObjectClass.SetSaveAsDialogLocation(System.String)">
  1694.             <summary>
  1695.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1696.                                                 </summary>
  1697.         </member>
  1698.         <member name="M:Microsoft.Office.Interop.InfoPath.UIObjectClass.ShowMailItem(System.String,System.String,System.String,System.String,System.String)">
  1699.             <summary>
  1700.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1701.                                                 </summary>
  1702.         </member>
  1703.         <member name="M:Microsoft.Office.Interop.InfoPath.UIObjectClass.ShowSignatureDialog">
  1704.             <summary>
  1705.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1706.                                                 </summary>
  1707.         </member>
  1708.         <member name="M:Microsoft.Office.Interop.InfoPath.UIObjectClass.UI_Alert(System.String)">
  1709.             <summary>
  1710.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1711.                                                 </summary>
  1712.         </member>
  1713.         <member name="M:Microsoft.Office.Interop.InfoPath.UIObjectClass.UI_ShowMailItem(System.String,System.String,System.String,System.String,System.String)">
  1714.             <summary>
  1715.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1716.                                                 </summary>
  1717.         </member>
  1718.         <member name="M:Microsoft.Office.Interop.InfoPath.UIObjectClass.UI_ShowSignatureDialog">
  1719.             <summary>
  1720.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1721.                                                 </summary>
  1722.         </member>
  1723.         <member name="T:Microsoft.Office.Interop.InfoPath.User">
  1724.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.UserObject"></see>.</summary>
  1725.         </member>
  1726.         <member name="M:Microsoft.Office.Interop.InfoPath.User.IsCurrentUser(System.String)">
  1727.             <summary>Returns true if the current user matches the specified user name.</summary>
  1728.             <returns>true if the current user matches the specified name; otherwise false.</returns>
  1729.             <param name="bstrUsername">The user name in the format of "domain\username."</param>
  1730.         </member>
  1731.         <member name="M:Microsoft.Office.Interop.InfoPath.User.IsUserMemberOf(System.String)">
  1732.             <summary>Returns a value that indicates whether the current user is a member of the specified group.</summary>
  1733.             <returns>true if the current user is a member of the specified group; otherwise false.</returns>
  1734.             <param name="bstrGroupname">The group name in the format of "domain\groupname."</param>
  1735.         </member>
  1736.         <member name="T:Microsoft.Office.Interop.InfoPath.UserObject">
  1737.             <summary>Provides methods that can be used to return information about the current user.</summary>
  1738.         </member>
  1739.         <member name="T:Microsoft.Office.Interop.InfoPath.UserObjectClass">
  1740.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1741.         </member>
  1742.         <member name="T:Microsoft.Office.Interop.InfoPath.UserPermissionObjectClass">
  1743.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1744.         </member>
  1745.         <member name="M:Microsoft.Office.Interop.InfoPath.UserPermissionObjectClass.Remove">
  1746.             <summary>
  1747.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1748.                                                 </summary>
  1749.         </member>
  1750.         <member name="T:Microsoft.Office.Interop.InfoPath.Util">
  1751.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.UtilObject"></see>.</summary>
  1752.         </member>
  1753.         <member name="M:Microsoft.Office.Interop.InfoPath.Util.Match(System.String,System.String)">
  1754.             <summary>Gets a value that indicates whether the test matches the specified pattern.</summary>
  1755.             <returns>true if the specified value matches the specified pattern; otherwise false.</returns>
  1756.             <param name="bstrValue">The string to test against the pattern.</param>
  1757.             <param name="bstrPattern">The pattern to use.</param>
  1758.         </member>
  1759.         <member name="T:Microsoft.Office.Interop.InfoPath.UtilObject">
  1760.             <summary>Provides utility methods that can be used with Microsoft Office InfoPath 2003 forms.</summary>
  1761.         </member>
  1762.         <member name="T:Microsoft.Office.Interop.InfoPath.UtilObjectClass">
  1763.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1764.         </member>
  1765.         <member name="T:Microsoft.Office.Interop.InfoPath.VersionUpgradeEvent">
  1766.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.VersionUpgradeEventObject"></see>.</summary>
  1767.         </member>
  1768.         <member name="T:Microsoft.Office.Interop.InfoPath.VersionUpgradeEventObject">
  1769.             <summary>An event object that is used during a Microsoft Office InfoPath 2003 version upgrade event.</summary>
  1770.         </member>
  1771.         <member name="T:Microsoft.Office.Interop.InfoPath.VersionUpgradeEventObjectClass">
  1772.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1773.         </member>
  1774.         <member name="T:Microsoft.Office.Interop.InfoPath.View">
  1775.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.ViewObject"></see>.</summary>
  1776.         </member>
  1777.         <member name="M:Microsoft.Office.Interop.InfoPath.View.DisableAutoUpdate">
  1778.             <summary>Disables automatic synchronization between a form's underlying XML document and the associated view.</summary>
  1779.         </member>
  1780.         <member name="M:Microsoft.Office.Interop.InfoPath.View.EnableAutoUpdate">
  1781.             <summary>Enables automatic synchronization between a form's underlying XML document and the associated view.</summary>
  1782.         </member>
  1783.         <member name="M:Microsoft.Office.Interop.InfoPath.View.ExecuteAction(System.String,System.Object)">
  1784.             <summary>Executes a Microsoft Office InfoPath 2003 editing command against a form's underlying XML document, based on the data selected in the view.</summary>
  1785.             <param name="bstrAction">The name of the editing action to perform.</param>
  1786.             <param name="varXmlToEdit">The name of the field or group to which to apply the editing action. This is equivalent to the value of the name attribute in the xmlToEdit element of the form definition (.xsf) file.</param>
  1787.         </member>
  1788.         <member name="M:Microsoft.Office.Interop.InfoPath.View.Export(System.String,System.String)">
  1789.             <summary>Exports the view to a file of the specified format.</summary>
  1790.             <param name="bstrFormat">The type of file format to export to. Only the "MHT" value is supported.</param>
  1791.             <param name="bstrURL">The directory location that the exported view file will be written to.</param>
  1792.         </member>
  1793.         <member name="M:Microsoft.Office.Interop.InfoPath.View.ForceUpdate">
  1794.             <summary>Forces synchronization between a form's underlying XML document and the associated view.</summary>
  1795.         </member>
  1796.         <member name="M:Microsoft.Office.Interop.InfoPath.View.GetContextNodes(System.Object,System.Object)">
  1797.             <summary>Gets a reference to an <see cref="T:Microsoft.Office.Interop.InfoPath.XMLNodesCollection"></see> collection that is populated with XML Document Object Model (DOM) nodes based on the current context.</summary>
  1798.             <returns>A reference to the XMLNodesCollection collection.</returns>
  1799.             <param name="varNode">An XML DOM node. </param>
  1800.             <param name="varViewContext">The ID of the control that is used for the context.</param>
  1801.         </member>
  1802.         <member name="M:Microsoft.Office.Interop.InfoPath.View.GetSelectedNodes">
  1803.             <summary>Gets a reference to an <see cref="T:Microsoft.Office.Interop.InfoPath.XMLNodesCollection"></see> collection that is populated with XML Document Object Model (DOM) nodes based on the current selection of items in a view.</summary>
  1804.             <returns>A reference to the XMLNodesCollection collection.</returns>
  1805.         </member>
  1806.         <member name="M:Microsoft.Office.Interop.InfoPath.View.SelectNodes(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode,System.Object,System.Object)">
  1807.             <summary>Selects a range of nodes in a view based on the specified starting XML Document Object Model (DOM) node, the ending XML DOM node, and the view context.</summary>
  1808.             <param name="varEndNode">The XML DOM node that ends the range. If not specified, only the starting XML DOM node will be used.</param>
  1809.             <param name="pxnStartNode">The XML DOM node that begins the range.</param>
  1810.             <param name="varViewContext">The ID of the control that is used for the context, which is an element with the specified view context of xd:CtrlId.</param>
  1811.         </member>
  1812.         <member name="M:Microsoft.Office.Interop.InfoPath.View.SelectText(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode,System.Object)">
  1813.             <summary>Selects the text contained in an editable field that is bound to the specified XML Document Object Model (DOM) node.</summary>
  1814.             <param name="pxnField">The XML DOM node.</param>
  1815.             <param name="varViewContext">The ID of the control that is used for the context, which is an element with the specified view context of xd:CtrlId.</param>
  1816.         </member>
  1817.         <member name="M:Microsoft.Office.Interop.InfoPath.View.SwitchView(System.String)">
  1818.             <summary>Changes the active view of a Microsoft Office InfoPath 2003 form to a specified view.</summary>
  1819.             <param name="bstrName">The name of the view to switch to. If an empty string is used, the default view is displayed.</param>
  1820.         </member>
  1821.         <member name="T:Microsoft.Office.Interop.InfoPath.ViewInfo">
  1822.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.ViewInfoObject"></see>.</summary>
  1823.         </member>
  1824.         <member name="T:Microsoft.Office.Interop.InfoPath.ViewInfoObject">
  1825.             <summary>Contains descriptive information about a view within a Microsoft Office InfoPath 2003 form.</summary>
  1826.         </member>
  1827.         <member name="T:Microsoft.Office.Interop.InfoPath.ViewInfoObjectClass">
  1828.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1829.         </member>
  1830.         <member name="T:Microsoft.Office.Interop.InfoPath.ViewInfos">
  1831.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.ViewInfosCollection"></see>.</summary>
  1832.         </member>
  1833.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewInfos.GetEnumerator">
  1834.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.ViewInfosCollection"></see> object.</summary>
  1835.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.ViewInfosCollection"></see> object.</returns>
  1836.         </member>
  1837.         <member name="P:Microsoft.Office.Interop.InfoPath.ViewInfos.Item(System.Object)">
  1838.             <summary>Gets the specified <see cref="T:Microsoft.Office.Interop.InfoPath.ViewInfoObject"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.ViewInfosCollection"></see> collection.</summary>
  1839.             <param name="varIndex">An expression that specifies the position of a member of the ViewInfosCollection collection. If a numeric expression, the argument must be a number from 0 to the value of the collection's Count property minus 1. If a string expression, the argument must be the name of a member of the collection.</param>
  1840.         </member>
  1841.         <member name="T:Microsoft.Office.Interop.InfoPath.ViewInfosCollection">
  1842.             <summary>Contains a <see cref="T:Microsoft.Office.Interop.InfoPath.ViewInfoObject"></see> object for each view within a Microsoft Office InfoPath 2003 form.</summary>
  1843.         </member>
  1844.         <member name="T:Microsoft.Office.Interop.InfoPath.ViewInfosCollectionClass">
  1845.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1846.         </member>
  1847.         <member name="T:Microsoft.Office.Interop.InfoPath.ViewObject">
  1848.             <summary>Represents a view within a Microsoft Office InfoPath 2003 form.</summary>
  1849.         </member>
  1850.         <member name="T:Microsoft.Office.Interop.InfoPath.ViewObjectClass">
  1851.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1852.         </member>
  1853.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewObjectClass.DisableAutoUpdate">
  1854.             <summary>
  1855.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1856.                                                 </summary>
  1857.         </member>
  1858.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewObjectClass.EnableAutoUpdate">
  1859.             <summary>
  1860.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1861.                                                 </summary>
  1862.         </member>
  1863.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewObjectClass.ExecuteAction(System.String,System.Object)">
  1864.             <summary>
  1865.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1866.                                                 </summary>
  1867.         </member>
  1868.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewObjectClass.Export(System.String,System.String)">
  1869.             <summary>
  1870.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1871.                                                 </summary>
  1872.         </member>
  1873.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewObjectClass.ForceUpdate">
  1874.             <summary>
  1875.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1876.                                                 </summary>
  1877.         </member>
  1878.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewObjectClass.SelectNodes(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode,System.Object,System.Object)">
  1879.             <summary>
  1880.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1881.                                                 </summary>
  1882.         </member>
  1883.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewObjectClass.SelectText(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode,System.Object)">
  1884.             <summary>
  1885.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1886.                                                 </summary>
  1887.         </member>
  1888.         <member name="M:Microsoft.Office.Interop.InfoPath.ViewObjectClass.SwitchView(System.String)">
  1889.             <summary>
  1890.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1891.                                                 </summary>
  1892.         </member>
  1893.         <member name="T:Microsoft.Office.Interop.InfoPath.WebServiceAdapter">
  1894.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.WebServiceAdapter2"></see>.</summary>
  1895.         </member>
  1896.         <member name="T:Microsoft.Office.Interop.InfoPath.WebServiceAdapter2">
  1897.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.WebServiceAdapterObject"></see>.</summary>
  1898.         </member>
  1899.         <member name="M:Microsoft.Office.Interop.InfoPath.WebServiceAdapter2.GenerateDataSetDiffGram(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode)">
  1900.             <summary>Gets a serialized ADO.NET DataSet, containing an inline schema describing the data and the DataSet's DiffGram.</summary>
  1901.             <returns>An XML DOM node that contains the XML DataSet.</returns>
  1902.             <param name="pNode">An XML Document Object Model (DOM) node that contains the XML data of the DataSet whose DataSet DiffGram will be created.</param>
  1903.         </member>
  1904.         <member name="M:Microsoft.Office.Interop.InfoPath.WebServiceAdapter2.Query">
  1905.             <summary>Executes the query operation on the adapter, by invoking the specified Web method on the Web service, and inserting the returned XML under the dataFields node of the associated data source.</summary>
  1906.         </member>
  1907.         <member name="M:Microsoft.Office.Interop.InfoPath.WebServiceAdapter2.Submit">
  1908.             <summary>Executes the submit operation on the associated adapter.</summary>
  1909.         </member>
  1910.         <member name="T:Microsoft.Office.Interop.InfoPath.WebServiceAdapterObject">
  1911.             <summary>Represents a connection to an XML Web service.</summary>
  1912.         </member>
  1913.         <member name="T:Microsoft.Office.Interop.InfoPath.WebServiceAdapterObjectClass">
  1914.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1915.         </member>
  1916.         <member name="M:Microsoft.Office.Interop.InfoPath.WebServiceAdapterObjectClass.Query">
  1917.             <summary>
  1918.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1919.                                                 </summary>
  1920.         </member>
  1921.         <member name="M:Microsoft.Office.Interop.InfoPath.WebServiceAdapterObjectClass.Submit">
  1922.             <summary>
  1923.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1924.                                                 </summary>
  1925.         </member>
  1926.         <member name="M:Microsoft.Office.Interop.InfoPath.WebServiceAdapterObjectClass.WebServiceAdapter_set_Input(System.String)">
  1927.             <summary>
  1928.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1929.                                                 </summary>
  1930.         </member>
  1931.         <member name="M:Microsoft.Office.Interop.InfoPath.WebServiceAdapterObjectClass.WebServiceAdapter_set_Operation(System.String)">
  1932.             <summary>
  1933.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1934.                                                 </summary>
  1935.         </member>
  1936.         <member name="T:Microsoft.Office.Interop.InfoPath.Window">
  1937.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.Window2"></see>.</summary>
  1938.         </member>
  1939.         <member name="M:Microsoft.Office.Interop.InfoPath.Window.Activate">
  1940.             <summary>
  1941.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  1942.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.Window2.Activate"></see>.</summary>
  1943.         </member>
  1944.         <member name="M:Microsoft.Office.Interop.InfoPath.Window.Close(System.Boolean)">
  1945.             <summary>
  1946.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  1947.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.Window2.Close(System.Boolean)"></see>.</summary>
  1948.         </member>
  1949.         <member name="T:Microsoft.Office.Interop.InfoPath.Window2">
  1950.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.WindowObject"></see>.</summary>
  1951.         </member>
  1952.         <member name="M:Microsoft.Office.Interop.InfoPath.Window2.Activate">
  1953.             <summary>Activates the window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.WindowObject"></see> object.</summary>
  1954.         </member>
  1955.         <member name="M:Microsoft.Office.Interop.InfoPath.Window2.Close(System.Boolean)">
  1956.             <summary>Closes the window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.WindowObject"></see> object.</summary>
  1957.             <param name="fForce">Determines whether open documents will be saved. The default value is false.</param>
  1958.         </member>
  1959.         <member name="T:Microsoft.Office.Interop.InfoPath.WindowObject">
  1960.             <summary>Represents a window that is used in the Microsoft Office InfoPath 2003 application.</summary>
  1961.         </member>
  1962.         <member name="T:Microsoft.Office.Interop.InfoPath.WindowObjectClass">
  1963.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  1964.         </member>
  1965.         <member name="M:Microsoft.Office.Interop.InfoPath.WindowObjectClass.Activate">
  1966.             <summary>
  1967.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1968.                                                 </summary>
  1969.         </member>
  1970.         <member name="M:Microsoft.Office.Interop.InfoPath.WindowObjectClass.Close(System.Boolean)">
  1971.             <summary>
  1972.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1973.                                                 </summary>
  1974.         </member>
  1975.         <member name="M:Microsoft.Office.Interop.InfoPath.WindowObjectClass.Window_Activate">
  1976.             <summary>
  1977.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1978.                                                 </summary>
  1979.         </member>
  1980.         <member name="M:Microsoft.Office.Interop.InfoPath.WindowObjectClass.Window_Close(System.Boolean)">
  1981.             <summary>
  1982.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  1983.                                                 </summary>
  1984.         </member>
  1985.         <member name="T:Microsoft.Office.Interop.InfoPath.Windows">
  1986.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.WindowsCollection"></see>.</summary>
  1987.         </member>
  1988.         <member name="M:Microsoft.Office.Interop.InfoPath.Windows.GetEnumerator">
  1989.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.WindowsCollection"></see> object.</summary>
  1990.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.WindowsCollection"></see> object.</returns>
  1991.         </member>
  1992.         <member name="P:Microsoft.Office.Interop.InfoPath.Windows.Item(System.Object)">
  1993.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.WindowObject"></see> object from <see cref="T:Microsoft.Office.Interop.InfoPath.WindowsCollection"></see> collection.</summary>
  1994.             <param name="varIndex">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.WindowsCollection"></see> collection. The argument must be a number from 0 to the value of the collection's <see cref="P:Microsoft.Office.Interop.InfoPath.Windows.Count"></see> property minus 1.</param>
  1995.         </member>
  1996.         <member name="T:Microsoft.Office.Interop.InfoPath.WindowsCollection">
  1997.             <summary>Contains a <see cref="T:Microsoft.Office.Interop.InfoPath.WindowObject"></see> object for each Microsoft Office InfoPath 2003 window that is currently open.</summary>
  1998.         </member>
  1999.         <member name="T:Microsoft.Office.Interop.InfoPath.WindowsCollectionClass">
  2000.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  2001.         </member>
  2002.         <member name="T:Microsoft.Office.Interop.InfoPath.XdCertificateStatus">
  2003.             <summary>The XdCertificateStatus enumeration is used to determine the status of a digital certificate.</summary>
  2004.         </member>
  2005.         <member name="F:Microsoft.Office.Interop.InfoPath.XdCertificateStatus.xdCertificateStatusError">
  2006.             <summary>The status of the specified digital certificate cannot be determined.</summary>
  2007.         </member>
  2008.         <member name="F:Microsoft.Office.Interop.InfoPath.XdCertificateStatus.xdCertificateStatusExpired">
  2009.             <summary>The specified digital certificate has expired.</summary>
  2010.         </member>
  2011.         <member name="F:Microsoft.Office.Interop.InfoPath.XdCertificateStatus.xdCertificateStatusNotTrusted">
  2012.             <summary>The specified digital certificate is not trusted.</summary>
  2013.         </member>
  2014.         <member name="F:Microsoft.Office.Interop.InfoPath.XdCertificateStatus.xdCertificateStatusRevoked">
  2015.             <summary>The specified digital certificate has been revoked.</summary>
  2016.         </member>
  2017.         <member name="F:Microsoft.Office.Interop.InfoPath.XdCertificateStatus.xdCertificateStatusValid">
  2018.             <summary>The specified digital certificate is valid.</summary>
  2019.         </member>
  2020.         <member name="T:Microsoft.Office.Interop.InfoPath.XdConfirmButtons">
  2021.             <summary>The XdConfirmButtons enumeration is used to determine the type of buttons to be displayed in a message box.</summary>
  2022.         </member>
  2023.         <member name="F:Microsoft.Office.Interop.InfoPath.XdConfirmButtons.xdOKCancel">
  2024.             <summary>OK and Cancel buttons are displayed.</summary>
  2025.         </member>
  2026.         <member name="F:Microsoft.Office.Interop.InfoPath.XdConfirmButtons.xdYesNo">
  2027.             <summary>Yes and No buttons are displayed</summary>
  2028.         </member>
  2029.         <member name="F:Microsoft.Office.Interop.InfoPath.XdConfirmButtons.xdYesNoCancel">
  2030.             <summary>Yes, No, and Cancel buttons are displayed.</summary>
  2031.         </member>
  2032.         <member name="T:Microsoft.Office.Interop.InfoPath.XdConfirmChoice">
  2033.             <summary>The XdConfirmChoice enumeration is used to determine which button is clicked in a message box.</summary>
  2034.         </member>
  2035.         <member name="F:Microsoft.Office.Interop.InfoPath.XdConfirmChoice.xdCancel">
  2036.             <summary>The Cancel button was clicked.</summary>
  2037.         </member>
  2038.         <member name="F:Microsoft.Office.Interop.InfoPath.XdConfirmChoice.xdNo">
  2039.             <summary>The No button was clicked.</summary>
  2040.         </member>
  2041.         <member name="F:Microsoft.Office.Interop.InfoPath.XdConfirmChoice.xdOK">
  2042.             <summary>The OK button was clicked.</summary>
  2043.         </member>
  2044.         <member name="F:Microsoft.Office.Interop.InfoPath.XdConfirmChoice.xdYes">
  2045.             <summary>The Yes button was clicked.</summary>
  2046.         </member>
  2047.         <member name="T:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode">
  2048.             <summary>The XdDocumentVersionMode enumeration is used to determine how a Microsoft Office InfoPath 2003 form will be opened.</summary>
  2049.         </member>
  2050.         <member name="F:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode.xdCanOpenInReadOnlyMode">
  2051.             <summary>The form is opened in read-only mode.</summary>
  2052.         </member>
  2053.         <member name="F:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode.xdCanTransformSigned">
  2054.             <summary>The form is opened and its transform applied, even though it has a digital signature.</summary>
  2055.         </member>
  2056.         <member name="F:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode.xdDoNotInstallActiveXCabs">
  2057.             <summary>The form is opened but ActiveX controls are not installed from the cab files.</summary>
  2058.         </member>
  2059.         <member name="F:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode.xdFailOnVersionMismatch">
  2060.             <summary>The form is created or opened only if it is accessible and its version number matches the version number of the form template.</summary>
  2061.         </member>
  2062.         <member name="F:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode.xdFailOnVersionOlder">
  2063.             <summary>The form is created or opened only if it is accessible and its version number is not older than the version number of the form template.</summary>
  2064.         </member>
  2065.         <member name="F:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode.xdIgnoreDataAdaptersQueryFailure">
  2066.             <summary>The form is opened even if the query associated with its data adapter fails to return data.</summary>
  2067.         </member>
  2068.         <member name="F:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode.xdPromptTransformSigned">
  2069.             <summary>The form is opened and the Digital Signatures dialog box is displayed before the form's transform is applied.</summary>
  2070.         </member>
  2071.         <member name="F:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode.xdUseExistingVersion">
  2072.             <summary>The form is created or opened using the existing version number of the form template.</summary>
  2073.         </member>
  2074.         <member name="T:Microsoft.Office.Interop.InfoPath.XdMachineOnlineState">
  2075.             <summary>The XdMachineOnlineState enumeration is used to determine the state of the connection for the client computer.</summary>
  2076.         </member>
  2077.         <member name="F:Microsoft.Office.Interop.InfoPath.XdMachineOnlineState.xdIEIsInOfflineMode">
  2078.             <summary>Microsoft Internet Explorer is in offline mode. </summary>
  2079.         </member>
  2080.         <member name="F:Microsoft.Office.Interop.InfoPath.XdMachineOnlineState.xdOffline">
  2081.             <summary>The client computer is not connected to the network.</summary>
  2082.         </member>
  2083.         <member name="F:Microsoft.Office.Interop.InfoPath.XdMachineOnlineState.xdOnline">
  2084.             <summary>The client computer is connected to the network.</summary>
  2085.         </member>
  2086.         <member name="T:Microsoft.Office.Interop.InfoPath.XDocument">
  2087.             <summary>Represents the underlying XML document of a Microsoft Office InfoPath 2003 form.</summary>
  2088.         </member>
  2089.         <member name="T:Microsoft.Office.Interop.InfoPath.XDocumentClass">
  2090.             <summary>BP5Text</summary>
  2091.         </member>
  2092.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnAfterImport">
  2093.             <summary>BP5Text</summary>
  2094.         </member>
  2095.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnContextChange">
  2096.             <summary>BP5Text</summary>
  2097.         </member>
  2098.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnLoad">
  2099.             <summary>BP5Text</summary>
  2100.         </member>
  2101.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnMergeRequest">
  2102.             <summary>BP5Text</summary>
  2103.         </member>
  2104.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnSaveRequest">
  2105.             <summary>BP5Text</summary>
  2106.         </member>
  2107.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnSign">
  2108.             <summary>BP5Text</summary>
  2109.         </member>
  2110.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnSubmitRequest">
  2111.             <summary>BP5Text</summary>
  2112.         </member>
  2113.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnSwitchView">
  2114.             <summary>BP5Text</summary>
  2115.         </member>
  2116.         <member name="E:Microsoft.Office.Interop.InfoPath.XDocumentClass.OnVersionUpgrade">
  2117.             <summary>BP5Text</summary>
  2118.         </member>
  2119.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass._XDocument_ImportFile(System.String)">
  2120.             <summary>BP5Text</summary>
  2121.         </member>
  2122.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass._XDocument_PrintOut">
  2123.             <summary>BP5Text</summary>
  2124.         </member>
  2125.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass._XDocument_Query">
  2126.             <summary>BP5Text</summary>
  2127.         </member>
  2128.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass._XDocument_Save">
  2129.             <summary>BP5Text</summary>
  2130.         </member>
  2131.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass._XDocument_SaveAs(System.String)">
  2132.             <summary>BP5Text</summary>
  2133.         </member>
  2134.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass._XDocument_set_Language(System.String)">
  2135.             <summary>BP5Text</summary>
  2136.         </member>
  2137.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass._XDocument_SetDataVariable(System.Int32,System.String)">
  2138.             <summary>BP5Text</summary>
  2139.         </member>
  2140.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass._XDocument_Submit">
  2141.             <summary>BP5Text</summary>
  2142.         </member>
  2143.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnAfterImport(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnAfterImportEventHandler)">
  2144.             <summary>BP5Text</summary>
  2145.         </member>
  2146.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnContextChange(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnContextChangeEventHandler)">
  2147.             <summary>BP5Text</summary>
  2148.         </member>
  2149.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnLoad(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnLoadEventHandler)">
  2150.             <summary>BP5Text</summary>
  2151.         </member>
  2152.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnMergeRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnMergeRequestEventHandler)">
  2153.             <summary>BP5Text</summary>
  2154.         </member>
  2155.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnSaveRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSaveRequestEventHandler)">
  2156.             <summary>BP5Text</summary>
  2157.         </member>
  2158.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnSign(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSignEventHandler)">
  2159.             <summary>BP5Text</summary>
  2160.         </member>
  2161.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnSubmitRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSubmitRequestEventHandler)">
  2162.             <summary>BP5Text</summary>
  2163.         </member>
  2164.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnSwitchView(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSwitchViewEventHandler)">
  2165.             <summary>BP5Text</summary>
  2166.         </member>
  2167.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.add_OnVersionUpgrade(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnVersionUpgradeEventHandler)">
  2168.             <summary>BP5Text</summary>
  2169.         </member>
  2170.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.ImportDOM(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMDocument)">
  2171.             <summary>BP5Text</summary>
  2172.         </member>
  2173.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.ImportFile(System.String)">
  2174.             <summary>BP5Text</summary>
  2175.         </member>
  2176.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.PrintOut">
  2177.             <summary>BP5Text</summary>
  2178.         </member>
  2179.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.Query">
  2180.             <summary>BP5Text</summary>
  2181.         </member>
  2182.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnAfterImport(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnAfterImportEventHandler)">
  2183.             <summary>BP5Text</summary>
  2184.         </member>
  2185.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnContextChange(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnContextChangeEventHandler)">
  2186.             <summary>BP5Text</summary>
  2187.         </member>
  2188.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnLoad(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnLoadEventHandler)">
  2189.             <summary>BP5Text</summary>
  2190.         </member>
  2191.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnMergeRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnMergeRequestEventHandler)">
  2192.             <summary>BP5Text</summary>
  2193.         </member>
  2194.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnSaveRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSaveRequestEventHandler)">
  2195.             <summary>BP5Text</summary>
  2196.         </member>
  2197.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnSign(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSignEventHandler)">
  2198.             <summary>BP5Text</summary>
  2199.         </member>
  2200.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnSubmitRequest(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSubmitRequestEventHandler)">
  2201.             <summary>BP5Text</summary>
  2202.         </member>
  2203.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnSwitchView(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnSwitchViewEventHandler)">
  2204.             <summary>BP5Text</summary>
  2205.         </member>
  2206.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.remove_OnVersionUpgrade(Microsoft.Office.Interop.InfoPath._XDocumentEventSink2_OnVersionUpgradeEventHandler)">
  2207.             <summary>BP5Text</summary>
  2208.         </member>
  2209.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.Save">
  2210.             <summary>BP5Text</summary>
  2211.         </member>
  2212.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.SaveAs(System.String)">
  2213.             <summary>BP5Text</summary>
  2214.         </member>
  2215.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.SetDataVariable(System.Int32,System.String)">
  2216.             <summary>BP5Text</summary>
  2217.         </member>
  2218.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.SetDirty(System.Boolean)">
  2219.             <summary>BP5Text</summary>
  2220.         </member>
  2221.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.SetNamedNodeProperty(Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode,System.String,System.String)">
  2222.             <summary>BP5Text</summary>
  2223.         </member>
  2224.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentClass.Submit">
  2225.             <summary>BP5Text</summary>
  2226.         </member>
  2227.         <member name="T:Microsoft.Office.Interop.InfoPath.XDocuments">
  2228.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.XDocuments2"></see>.</summary>
  2229.         </member>
  2230.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocuments.Close(System.Object)">
  2231.             <summary>
  2232.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  2233.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.XDocuments2.Close(System.Object)"></see>.</summary>
  2234.         </member>
  2235.         <member name="T:Microsoft.Office.Interop.InfoPath.XDocuments2">
  2236.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.XDocumentsCollection"></see>.</summary>
  2237.         </member>
  2238.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocuments2.Close(System.Object)">
  2239.             <summary>Closes the specified Microsoft Office InfoPath 2003 form.</summary>
  2240.             <param name="varIndex">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.XDocumentsCollection"></see>. If a numeric expression, the argument must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.XDocuments2.Count"></see> minus 1. If a string expression, the argument must be the Uniform Resource Locator (URL) path of a member of the collection.</param>
  2241.         </member>
  2242.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocuments2.GetEnumerator">
  2243.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.XDocumentsCollection"></see> object.</summary>
  2244.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.XDocumentsCollection"></see> object.</returns>
  2245.         </member>
  2246.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocuments2.New(System.Object,System.Int32)">
  2247.             <summary>Creates a new Microsoft Office InfoPath 2003 form based on the specified form.</summary>
  2248.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath._XDocument"></see> object.</returns>
  2249.             <param name="dwBehavior">Default value is 1. A value that specifies how the form should be opened. The values are based on the <see cref="T:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode"></see> enumeration.</param>
  2250.             <param name="varURI">Specifies the Uniform Resource Identifier (URI) of a form.</param>
  2251.         </member>
  2252.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocuments2.NewFromSolution(System.Object)">
  2253.             <summary>Creates a new Microsoft Office InfoPath 2003 form based on the specified form template.</summary>
  2254.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath._XDocument"></see> object.</returns>
  2255.             <param name="varURI">Specifies the Uniform Resource Identifier (URI) of a form.</param>
  2256.         </member>
  2257.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocuments2.NewFromSolutionWithData(System.Object,System.Object,System.Int32)">
  2258.             <summary>Creates a new Microsoft Office InfoPath 2003 form using the specified XML data and form template.</summary>
  2259.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath._XDocument"></see> object.</returns>
  2260.             <param name="dwBehavior">Reserved for future use. This value should be set to 1.</param>
  2261.             <param name="varXMLData">Provides the XML data to be used as a template for the form. Can be a string that specifies the Uniform Resource Identifier (URI) of an XML document, or an XMLDOMNode that contains the XML to be used as the XML document (template).</param>
  2262.             <param name="varSolutionURI">Specifies the Uniform Resource Identifier (URI) of a form template file (an .xsf or .xsn file).</param>
  2263.         </member>
  2264.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocuments2.Open(System.Object,System.Int32)">
  2265.             <summary>Opens the specified Microsoft Office InfoPath 2003 form.</summary>
  2266.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath._XDocument"></see> object.</returns>
  2267.             <param name="dwBehavior">Default value is 1. A value that specifies how the form should be opened. The values are based on the <see cref="T:Microsoft.Office.Interop.InfoPath.XdDocumentVersionMode"></see> enumeration.</param>
  2268.             <param name="varURI">Specifies the Uniform Resource Identifier (URI) of a form.</param>
  2269.         </member>
  2270.         <member name="P:Microsoft.Office.Interop.InfoPath.XDocuments2.Item(System.Object)">
  2271.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.XDocument"></see> object from the collection.</summary>
  2272.             <param name="varIndex">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.XDocumentsCollection"></see>. If a numeric expression, the argument must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.XDocuments2.Count"></see> minus 1. If a string expression, the argument must be the Uniform Resource Locator (URL) path of a member of the collection.</param>
  2273.         </member>
  2274.         <member name="T:Microsoft.Office.Interop.InfoPath.XDocumentsCollection">
  2275.             <summary>Contains an <see cref="T:Microsoft.Office.Interop.InfoPath.XDocument"></see> object for each Microsoft Office InfoPath 2003 form that is currently open.</summary>
  2276.         </member>
  2277.         <member name="T:Microsoft.Office.Interop.InfoPath.XDocumentsCollectionClass">
  2278.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  2279.         </member>
  2280.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentsCollectionClass.Close(System.Object)">
  2281.             <summary>
  2282.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  2283.                                                 </summary>
  2284.         </member>
  2285.         <member name="M:Microsoft.Office.Interop.InfoPath.XDocumentsCollectionClass.XDocuments_Close(System.Object)">
  2286.             <summary>
  2287.                                                     This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
  2288.                                                 </summary>
  2289.         </member>
  2290.         <member name="T:Microsoft.Office.Interop.InfoPath.XdSignatureRelation">
  2291.             <summary>The XdSignatureRelation enumeration is used to determine how digital signatures can be added to a <see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlockObject"></see> object.</summary>
  2292.         </member>
  2293.         <member name="F:Microsoft.Office.Interop.InfoPath.XdSignatureRelation.xdSignatureRelationCoSign">
  2294.             <summary>Specifies that signatures are independent of each other in SignedDataBlock.</summary>
  2295.         </member>
  2296.         <member name="F:Microsoft.Office.Interop.InfoPath.XdSignatureRelation.xdSignatureRelationCounterSign">
  2297.             <summary>Specifies that each signature signs the preceding signature in the SignedDataBlock.</summary>
  2298.         </member>
  2299.         <member name="F:Microsoft.Office.Interop.InfoPath.XdSignatureRelation.xdSignatureRelationSingle">
  2300.             <summary>Specifies that only one signature can exist in the SignedDataBlock.</summary>
  2301.         </member>
  2302.         <member name="T:Microsoft.Office.Interop.InfoPath.XdSignatureStatus">
  2303.             <summary>The XdSignatureRelation enumeration is used to determine how digital signatures can be added to a <see cref="T:Microsoft.Office.Interop.InfoPath.SignedDataBlockObject"></see> object.</summary>
  2304.         </member>
  2305.         <member name="T:Microsoft.Office.Interop.InfoPath.XdTaskPaneType">
  2306.             <summary>The XdTaskPaneType enumeration is used to determine the type of Microsoft Office InfoPath 2003 task pane that is currently displayed.</summary>
  2307.         </member>
  2308.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneBulletsNumbering">
  2309.             <summary>The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form.</summary>
  2310.         </member>
  2311.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneClipArt">
  2312.             <summary>The Clip Art task pane. Used for inserting clip art into a form.</summary>
  2313.         </member>
  2314.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneDesignerNew">
  2315.             <summary>The Design a Form task pane. Used to design a new form, open a form in design mode, or select a form to fill out.</summary>
  2316.         </member>
  2317.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneFillOutAForm">
  2318.             <summary>The Fill Out a Form task pane. Used to open a form to fill out or design.</summary>
  2319.         </member>
  2320.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneFind">
  2321.             <summary>The Find task pane. Used to search for text in a form.</summary>
  2322.         </member>
  2323.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneFormatting">
  2324.             <summary>The Font task pane. Used to format text.</summary>
  2325.         </member>
  2326.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneHelp">
  2327.             <summary>The Help task pane. Used to display the InfoPath Help system.</summary>
  2328.         </member>
  2329.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneHTML">
  2330.             <summary>The InfoPath custom task pane. Used by form developers to provide extra form functionality.</summary>
  2331.         </member>
  2332.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneHWSWorkflow">
  2333.             <summary>The Microsoft BizTalk Server 2004 Human Workflow Services (HWS) Workflow task pane.</summary>
  2334.         </member>
  2335.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneParaFormatting">
  2336.             <summary>The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing.</summary>
  2337.         </member>
  2338.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneReplace">
  2339.             <summary>The Replace task pane. Used to find and replace text in a form.</summary>
  2340.         </member>
  2341.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneSearchResults">
  2342.             <summary>The Search Results task pane. Used to display the results of a search.</summary>
  2343.         </member>
  2344.         <member name="F:Microsoft.Office.Interop.InfoPath.XdTaskPaneType.xdTaskPaneSpelling">
  2345.             <summary>The Spelling task pane. Used to check the spelling in a form.</summary>
  2346.         </member>
  2347.         <member name="T:Microsoft.Office.Interop.InfoPath.XdWindowState">
  2348.             <summary>The XdWindowState enumeration is used to determine the state of the Microsoft Office InfoPath 2003 window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.WindowObject"></see> object.</summary>
  2349.         </member>
  2350.         <member name="F:Microsoft.Office.Interop.InfoPath.XdWindowState.xdWindowStateMaximize">
  2351.             <summary>The window is maximized.</summary>
  2352.         </member>
  2353.         <member name="F:Microsoft.Office.Interop.InfoPath.XdWindowState.xdWindowStateMinimize">
  2354.             <summary>The window is minimized.</summary>
  2355.         </member>
  2356.         <member name="F:Microsoft.Office.Interop.InfoPath.XdWindowState.xdWindowStateNormal">
  2357.             <summary>The window is not maximized or minimized.</summary>
  2358.         </member>
  2359.         <member name="T:Microsoft.Office.Interop.InfoPath.XdWindowType">
  2360.             <summary>The XdWindowType enumeration is used to determine the type of a Microsoft Office InfoPath 2003 window.</summary>
  2361.         </member>
  2362.         <member name="F:Microsoft.Office.Interop.InfoPath.XdWindowType.xdDesignerWindow">
  2363.             <summary>The window is the type of window that is displayed in design mode.</summary>
  2364.         </member>
  2365.         <member name="F:Microsoft.Office.Interop.InfoPath.XdWindowType.xdEditorWindow">
  2366.             <summary>The window is the type of window that is displayed when filling out a form.</summary>
  2367.         </member>
  2368.         <member name="T:Microsoft.Office.Interop.InfoPath.XMLFileAdapter">
  2369.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.XMLFileAdapter2"></see>.</summary>
  2370.         </member>
  2371.         <member name="T:Microsoft.Office.Interop.InfoPath.XMLFileAdapter2">
  2372.             <summary>BP2Text <see cref="T:Microsoft.Office.Interop.InfoPath.XMLFileAdapterObject"></see>.</summary>
  2373.         </member>
  2374.         <member name="M:Microsoft.Office.Interop.InfoPath.XMLFileAdapter2.Query">
  2375.             <summary>Reads data from the associated data adapter.</summary>
  2376.         </member>
  2377.         <member name="M:Microsoft.Office.Interop.InfoPath.XMLFileAdapter2.Submit">
  2378.             <summary>The Submit method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.XMLFileAdapterObject"></see> object but, because the XMLFileAdapter object is available for receiving data only, the method will always generate a run-time error when it is called on that object.</summary>
  2379.         </member>
  2380.         <member name="T:Microsoft.Office.Interop.InfoPath.XMLFileAdapterObject">
  2381.             <summary>Represents a connection to an XML file.</summary>
  2382.         </member>
  2383.         <member name="T:Microsoft.Office.Interop.InfoPath.XMLFileAdapterObjectClass">
  2384.             <summary>BP5Text</summary>
  2385.         </member>
  2386.         <member name="M:Microsoft.Office.Interop.InfoPath.XMLFileAdapterObjectClass.Query">
  2387.             <summary>BP5Text</summary>
  2388.         </member>
  2389.         <member name="M:Microsoft.Office.Interop.InfoPath.XMLFileAdapterObjectClass.Submit">
  2390.             <summary>BP5Text</summary>
  2391.         </member>
  2392.         <member name="M:Microsoft.Office.Interop.InfoPath.XMLFileAdapterObjectClass.XMLFileAdapter_set_FileURL(System.String)">
  2393.             <summary>BP5Text</summary>
  2394.         </member>
  2395.         <member name="T:Microsoft.Office.Interop.InfoPath.XMLNodes">
  2396.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.XMLNodesCollection"></see>.</summary>
  2397.         </member>
  2398.         <member name="M:Microsoft.Office.Interop.InfoPath.XMLNodes.GetEnumerator">
  2399.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.XMLNodesCollection"></see> object.</summary>
  2400.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.XMLNodesCollection"></see> object.</returns>
  2401.         </member>
  2402.         <member name="P:Microsoft.Office.Interop.InfoPath.XMLNodes.Item(System.Object)">
  2403.             <summary>Gets a reference to the specified XML Document Object Model (DOM) node from the <see cref="T:Microsoft.Office.Interop.InfoPath.XMLNodesCollection"></see> collection.</summary>
  2404.             <param name="varIndex">A numeric expression that specifies the position of a member of the XMLNodesCollection collection. The argument must be a number from 0 to the value of the collection's <see cref="P:Microsoft.Office.Interop.InfoPath.XMLNodes.Count"></see> property minus 1.</param>
  2405.         </member>
  2406.         <member name="T:Microsoft.Office.Interop.InfoPath.XMLNodesCollection">
  2407.             <summary>Contains a collection of XML Document Object Model (DOM) nodes.</summary>
  2408.         </member>
  2409.         <member name="T:Microsoft.Office.Interop.InfoPath.XMLNodesCollectionClass">
  2410.             <summary>This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.</summary>
  2411.         </member>
  2412.     </members>
  2413. </doc>